diff options
author | Mike Frysinger | 2005-04-23 06:26:38 +0000 |
---|---|---|
committer | Mike Frysinger | 2005-04-23 06:26:38 +0000 |
commit | 9b5f71ec029776e21bda6c4c61e6b463fd3a2314 (patch) | |
tree | 962bf98157f322d70e5c0fdd7fce5ef6865bbd3d /include/applets.h | |
parent | 84ab267e226407ee402eff10aaf8239ed684de77 (diff) | |
download | busybox-9b5f71ec029776e21bda6c4c61e6b463fd3a2314.zip busybox-9b5f71ec029776e21bda6c4c61e6b463fd3a2314.tar.gz |
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 5ecdf79..957bc20 100644 --- a/include/applets.h +++ b/include/applets.h @@ -542,6 +542,9 @@ #ifdef CONFIG_START_STOP_DAEMON APPLET_ODDNAME("start-stop-daemon", start_stop_daemon_main, _BB_DIR_SBIN, _BB_SUID_NEVER, start_stop_daemon) #endif +#ifdef CONFIG_STAT + APPLET(stat, stat_main, _BB_DIR_BIN, _BB_SUID_NEVER) +#endif #ifdef CONFIG_STRINGS APPLET(strings, strings_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) #endif |