aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/common.c
diff options
context:
space:
mode:
authorRuss Dill <Russ.Dill@asu.edu>2004-05-19 09:18:04 +0000
committerRuss Dill <Russ.Dill@asu.edu>2004-05-19 09:18:04 +0000
commit5c9323f4e6d5e1c619ff3ea0b30bf5e8e3a2b87a (patch)
tree74df732b5d742bda9f7828d2447b2f560009d1fb /networking/udhcp/common.c
parent256c4fd587691076846383ab8b207b07cd5614e4 (diff)
downloadbusybox-5c9323f4e6d5e1c619ff3ea0b30bf5e8e3a2b87a.tar.gz
use busybox sysinfo struct
Diffstat (limited to 'networking/udhcp/common.c')
-rw-r--r--networking/udhcp/common.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/networking/udhcp/common.c b/networking/udhcp/common.c
index c5a24fc62..bf2ac4417 100644
--- a/networking/udhcp/common.c
+++ b/networking/udhcp/common.c
@@ -41,7 +41,6 @@ long uptime(void)
{
struct sysinfo info;
sysinfo(&info);
- printf("uptime %ld\n", (long)info.uptime);
return info.uptime;
}