diff options
Diffstat (limited to 'busybox/include/applets.h')
-rw-r--r-- | busybox/include/applets.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/busybox/include/applets.h b/busybox/include/applets.h index 90d4195..21f82f5 100644 --- a/busybox/include/applets.h +++ b/busybox/include/applets.h @@ -440,7 +440,7 @@ 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) @@ -482,7 +482,7 @@ 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) |