aboutsummaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
authorerik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-03-05 07:52:05 +0000
committererik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-03-05 07:52:05 +0000
commit6e88b0ea4aa66e5f2d7377899266072b36b4ade1 (patch)
tree6728a78fe0cbe9ee36ca504dd10b3584983b9a06 /applets
parentaf566fe37fcd0c762da83590a354b2a597863766 (diff)
downloadbusybox-w32-6e88b0ea4aa66e5f2d7377899266072b36b4ade1.tar.gz
busybox-w32-6e88b0ea4aa66e5f2d7377899266072b36b4ade1.tar.bz2
busybox-w32-6e88b0ea4aa66e5f2d7377899266072b36b4ade1.zip
Wrote uptime. Doesn't use /proc. :)
-Erik git-svn-id: svn://busybox.net/trunk/busybox@388 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'applets')
-rw-r--r--applets/busybox.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/applets/busybox.c b/applets/busybox.c
index ccf80a75e..991801310 100644
--- a/applets/busybox.c
+++ b/applets/busybox.c
@@ -268,11 +268,14 @@ static const struct Applet applets[] = {
268#ifdef BB_TTY //usr/bin 268#ifdef BB_TTY //usr/bin
269 {"tty", tty_main}, 269 {"tty", tty_main},
270#endif 270#endif
271#ifdef BB_UMOUNT //bin
272 {"umount", umount_main},
273#endif
271#ifdef BB_UNAME //bin 274#ifdef BB_UNAME //bin
272 {"uname", uname_main}, 275 {"uname", uname_main},
273#endif 276#endif
274#ifdef BB_UMOUNT //bin 277#ifdef BB_UPTIME //usr/bin
275 {"umount", umount_main}, 278 {"uptime", uptime_main},
276#endif 279#endif
277#ifdef BB_UNIQ //bin 280#ifdef BB_UNIQ //bin
278 {"uniq", uniq_main}, 281 {"uniq", uniq_main},