diff options
Diffstat (limited to 'procps')
-rw-r--r-- | procps/uptime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/procps/uptime.c b/procps/uptime.c index 24b2b39df..b0ee8391b 100644 --- a/procps/uptime.c +++ b/procps/uptime.c | |||
@@ -27,7 +27,7 @@ | |||
27 | //config: help | 27 | //config: help |
28 | //config: Display the number of users currently logged on. | 28 | //config: Display the number of users currently logged on. |
29 | 29 | ||
30 | //applet:IF_UPTIME(APPLET(uptime, BB_DIR_USR_BIN, BB_SUID_DROP)) | 30 | //applet:IF_UPTIME(APPLET_NOEXEC(uptime, uptime, BB_DIR_USR_BIN, BB_SUID_DROP, uptime)) |
31 | 31 | ||
32 | //kbuild:lib-$(CONFIG_UPTIME) += uptime.o | 32 | //kbuild:lib-$(CONFIG_UPTIME) += uptime.o |
33 | 33 | ||