traceroute: fix help text to not show -6 when traceroute6 is off
[oweals/busybox.git] / libbb / error_msg.c
index 5f53f031188db89baadfa766a320311cd697618a..802fd5715eae523798831956811833861b4020ae 100644 (file)
@@ -9,7 +9,7 @@
 
 #include "libbb.h"
 
-void bb_error_msg(const char *s, ...)
+void FAST_FUNC bb_error_msg(const char *s, ...)
 {
        va_list p;