fix verbose output; remove commented-out includes.

This commit is contained in:
Denis Vlasenko
2007-01-11 16:51:21 +00:00
parent 8e9ccba371
commit 3821fb13ea
4 changed files with 4 additions and 19 deletions

View File

@ -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)