mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo
[oweals/busybox.git] / modutils / lsmod.c
index d7e16689b1ab37dcbf9e6a9a085edd5d8bed19e2..3b3c166b9401f4030fd64f39c15340a25d53293a 100644 (file)
@@ -8,7 +8,7 @@
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 
-//applet:IF_LSMOD(APPLET(lsmod, _BB_DIR_SBIN, _BB_SUID_DROP))
+//applet:IF_LSMOD(APPLET(lsmod, BB_DIR_SBIN, BB_SUID_DROP))
 
 //usage:#if !ENABLE_MODPROBE_SMALL
 //usage:#define lsmod_trivial_usage