traceroute: fix help text to not show -6 when traceroute6 is off
[oweals/busybox.git] / libbb / restricted_shell.c
index dc4cfb45844d8f63bf2025ea0c25252631d47ef4..2a5073f030c3a4fad3f3ab90e350d5c4807176fe 100644 (file)
@@ -32,7 +32,7 @@
 
 /* Return 1 if SHELL is a restricted shell (one not returned by
    getusershell), else 0, meaning it is a standard shell.  */
-int restricted_shell(const char *shell)
+int FAST_FUNC restricted_shell(const char *shell)
 {
        char *line;