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