aboutsummaryrefslogtreecommitdiff
path: root/include/applets.h
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-02-13 20:04:30 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-02-13 20:04:30 +0000
commit5e7e2468e05ce0a6035166e9f09d46b412709e5e (patch)
treea8faf540fe49e308e52e1694e00f280ac51b9192 /include/applets.h
parent5ba21f50e1bfc0b1c168d988ae9703cc30861dae (diff)
downloadbusybox-w32-5e7e2468e05ce0a6035166e9f09d46b412709e5e.tar.gz
busybox-w32-5e7e2468e05ce0a6035166e9f09d46b412709e5e.tar.bz2
busybox-w32-5e7e2468e05ce0a6035166e9f09d46b412709e5e.zip
Apply a patch from Evin Robertson -- new pivot_root applet.
-Erik git-svn-id: svn://busybox.net/trunk/busybox@1799 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include/applets.h')
-rw-r--r--include/applets.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h
index 582b2fa38..4bd8b79e4 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -245,6 +245,9 @@ const struct BB_applet applets[] = {
245#ifdef BB_PING 245#ifdef BB_PING
246 APPLET("ping", ping_main, _BB_DIR_BIN, ping_usage) 246 APPLET("ping", ping_main, _BB_DIR_BIN, ping_usage)
247#endif 247#endif
248#ifdef BB_PIVOT_ROOT
249 APPLET("pivot_root", pivot_root_main, _BB_DIR_SBIN, pivot_root_usage)
250#endif
248#ifdef BB_POWEROFF 251#ifdef BB_POWEROFF
249 APPLET("poweroff", poweroff_main, _BB_DIR_SBIN, poweroff_usage) 252 APPLET("poweroff", poweroff_main, _BB_DIR_SBIN, poweroff_usage)
250#endif 253#endif