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