From 66be5e7e29ad6fa457376996b4c08d307b92a6f1 Mon Sep 17 00:00:00 2001 From: Erik Andersen Date: Sun, 5 Mar 2000 07:52:05 +0000 Subject: Wrote uptime. Doesn't use /proc. :) -Erik --- busybox.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'busybox.c') diff --git a/busybox.c b/busybox.c index ccf80a75e..991801310 100644 --- a/busybox.c +++ b/busybox.c @@ -268,11 +268,14 @@ static const struct Applet applets[] = { #ifdef BB_TTY //usr/bin {"tty", tty_main}, #endif +#ifdef BB_UMOUNT //bin + {"umount", umount_main}, +#endif #ifdef BB_UNAME //bin {"uname", uname_main}, #endif -#ifdef BB_UMOUNT //bin - {"umount", umount_main}, +#ifdef BB_UPTIME //usr/bin + {"uptime", uptime_main}, #endif #ifdef BB_UNIQ //bin {"uniq", uniq_main}, -- cgit v1.2.3