diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-04-23 06:26:38 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-04-23 06:26:38 +0000 |
commit | 9b5f71ec029776e21bda6c4c61e6b463fd3a2314 (patch) | |
tree | 962bf98157f322d70e5c0fdd7fce5ef6865bbd3d /include/applets.h | |
parent | 84ab267e226407ee402eff10aaf8239ed684de77 (diff) | |
download | busybox-w32-9b5f71ec029776e21bda6c4c61e6b463fd3a2314.tar.gz busybox-w32-9b5f71ec029776e21bda6c4c61e6b463fd3a2314.tar.bz2 busybox-w32-9b5f71ec029776e21bda6c4c61e6b463fd3a2314.zip |
stat implementation based upon coreutils
Diffstat (limited to 'include/applets.h')
-rw-r--r-- | include/applets.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h index 5ecdf7949..957bc2018 100644 --- a/include/applets.h +++ b/include/applets.h | |||
@@ -542,6 +542,9 @@ | |||
542 | #ifdef CONFIG_START_STOP_DAEMON | 542 | #ifdef CONFIG_START_STOP_DAEMON |
543 | APPLET_ODDNAME("start-stop-daemon", start_stop_daemon_main, _BB_DIR_SBIN, _BB_SUID_NEVER, start_stop_daemon) | 543 | APPLET_ODDNAME("start-stop-daemon", start_stop_daemon_main, _BB_DIR_SBIN, _BB_SUID_NEVER, start_stop_daemon) |
544 | #endif | 544 | #endif |
545 | #ifdef CONFIG_STAT | ||
546 | APPLET(stat, stat_main, _BB_DIR_BIN, _BB_SUID_NEVER) | ||
547 | #endif | ||
545 | #ifdef CONFIG_STRINGS | 548 | #ifdef CONFIG_STRINGS |
546 | APPLET(strings, strings_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) | 549 | APPLET(strings, strings_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) |
547 | #endif | 550 | #endif |