diff options
author | Denis Vlasenko | 2007-01-11 16:51:21 +0000 |
---|---|---|
committer | Denis Vlasenko | 2007-01-11 16:51:21 +0000 |
commit | 3821fb13ea404d243115ff8ec161273b62826513 (patch) | |
tree | 89b3d79a1c900f270e4471a78cdd8859967dda01 /util-linux | |
parent | 8e9ccba371480fb1fb3da9235fabdbb7861523c3 (diff) | |
download | busybox-3821fb13ea404d243115ff8ec161273b62826513.zip busybox-3821fb13ea404d243115ff8ec161273b62826513.tar.gz |
fix verbose output; remove commented-out includes.
Diffstat (limited to 'util-linux')
-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 ccbf969..d6d1384 100644 --- a/util-linux/rdate.c +++ b/util-linux/rdate.c @@ -8,14 +8,8 @@ * Licensed under GPL v2 or later, see file License for details. */ -//#include <sys/socket.h> -//#include <netinet/in.h> -//#include <netdb.h> -//#include <signal.h> - #include "busybox.h" - enum { RFC_868_BIAS = 2208988800UL }; static void socket_timeout(int sig) |