diff options
Diffstat (limited to 'networking/udhcp/common.c')
-rw-r--r-- | networking/udhcp/common.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/networking/udhcp/common.c b/networking/udhcp/common.c index bf2ac4417..6ca7371d5 100644 --- a/networking/udhcp/common.c +++ b/networking/udhcp/common.c | |||
@@ -37,14 +37,6 @@ | |||
37 | 37 | ||
38 | static int daemonized; | 38 | static int daemonized; |
39 | 39 | ||
40 | long uptime(void) | ||
41 | { | ||
42 | struct sysinfo info; | ||
43 | sysinfo(&info); | ||
44 | return info.uptime; | ||
45 | } | ||
46 | |||
47 | |||
48 | /* | 40 | /* |
49 | * This function makes sure our first socket calls | 41 | * This function makes sure our first socket calls |
50 | * aren't going to fd 1 (printf badness...) and are | 42 | * aren't going to fd 1 (printf badness...) and are |