mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo
[oweals/busybox.git] / modutils / insmod.c
index 7ec3cae472e2ef4cca02457a6f8af7beb436d73c..e5b46f402fe23a310ad3af0a33a5d3acb2744daf 100644 (file)
@@ -7,7 +7,7 @@
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 
-//applet:IF_INSMOD(APPLET(insmod, _BB_DIR_SBIN, _BB_SUID_DROP))
+//applet:IF_INSMOD(APPLET(insmod, BB_DIR_SBIN, BB_SUID_DROP))
 
 #include "libbb.h"
 #include "modutils.h"