diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-01-11 16:51:21 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-01-11 16:51:21 +0000 |
commit | 3821fb13ea404d243115ff8ec161273b62826513 (patch) | |
tree | 89b3d79a1c900f270e4471a78cdd8859967dda01 /util-linux/rdate.c | |
parent | 8e9ccba371480fb1fb3da9235fabdbb7861523c3 (diff) | |
download | busybox-w32-3821fb13ea404d243115ff8ec161273b62826513.tar.gz busybox-w32-3821fb13ea404d243115ff8ec161273b62826513.tar.bz2 busybox-w32-3821fb13ea404d243115ff8ec161273b62826513.zip |
fix verbose output; remove commented-out includes.
Diffstat (limited to 'util-linux/rdate.c')
-rw-r--r-- | util-linux/rdate.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/util-linux/rdate.c b/util-linux/rdate.c index ccbf96966..d6d1384f7 100644 --- a/util-linux/rdate.c +++ b/util-linux/rdate.c | |||
@@ -8,14 +8,8 @@ | |||
8 | * Licensed under GPL v2 or later, see file License for details. | 8 | * Licensed under GPL v2 or later, see file License for details. |
9 | */ | 9 | */ |
10 | 10 | ||
11 | //#include <sys/socket.h> | ||
12 | //#include <netinet/in.h> | ||
13 | //#include <netdb.h> | ||
14 | //#include <signal.h> | ||
15 | |||
16 | #include "busybox.h" | 11 | #include "busybox.h" |
17 | 12 | ||
18 | |||
19 | enum { RFC_868_BIAS = 2208988800UL }; | 13 | enum { RFC_868_BIAS = 2208988800UL }; |
20 | 14 | ||
21 | static void socket_timeout(int sig) | 15 | static void socket_timeout(int sig) |