busybox-1.0.1-rc1.patch
[oweals/busybox.git] / busybox / include / applets.h
index 90d4195cce7d6a1d5cc9a25f149e22ae5651d32e..21f82f57d507fcf92be0bee2828341e86629e10a 100644 (file)
        APPLET_NOUSAGE("pipe_progress", pipe_progress_main, _BB_DIR_BIN, _BB_SUID_NEVER)
 #endif
 #ifdef CONFIG_PIVOT_ROOT
-       APPLET(pivot_root, pivot_root_main, _BB_DIR_SBIN, _BB_SUID_NEVER)
+       APPLET(pivot_root, pivot_root_main, _BB_DIR_SBIN, _BB_SUID_NEVER)
 #endif
 #ifdef CONFIG_POWEROFF
        APPLET(poweroff, poweroff_main, _BB_DIR_SBIN, _BB_SUID_NEVER)
        APPLET(rmmod, rmmod_main, _BB_DIR_SBIN, _BB_SUID_NEVER)
 #endif
 #ifdef CONFIG_ROUTE
-       APPLET(route, route_main, _BB_DIR_SBIN, _BB_SUID_NEVER)
+       APPLET(route, route_main, _BB_DIR_SBIN, _BB_SUID_NEVER)
 #endif
 #ifdef CONFIG_RPM
        APPLET(rpm, rpm_main, _BB_DIR_BIN, _BB_SUID_NEVER)