Bernhard Fischer pointed out some leftover debris needing cleanup.
authorRob Landley <rob@landley.net>
Tue, 15 Aug 2006 21:37:55 +0000 (21:37 -0000)
committerRob Landley <rob@landley.net>
Tue, 15 Aug 2006 21:37:55 +0000 (21:37 -0000)
modutils/lsmod.c
networking/dnsd.c

index 55d336bf82e0ffc5eb4bcd8f45db41ed63b38ef7..ed194edd659f5d34c154ce0f7a74cbe0e8a7081a 100644 (file)
  */
 
 #include "busybox.h"
-//#include <stdlib.h>
-//#include <stdio.h>
-//#include <string.h>
-//#include <stddef.h>
-//#include <errno.h>
-//#include <unistd.h>
-//#include <dirent.h>
-//#include <ctype.h>
-//#include <assert.h>
-//#include <getopt.h>
-//#include <sys/utsname.h>
-//#include <sys/file.h>
 
 
 #ifndef CONFIG_FEATURE_CHECK_TAINTED_MODULE
index ec604e0e05469acaa1cae8faaf8c15ad209a418f..b0e74d770c88b2e1416e76ea1cacc23f1020bb78 100644 (file)
@@ -203,7 +203,7 @@ static int listen_socket(char *iface_addr, int listen_port)
        if (!inet_aton(iface_addr, &a.sin_addr))
                bb_perror_msg_and_die("bad iface address");
        xbind(s, (struct sockaddr *)&a, sizeof(a));
-       xlisten(s, 50); /* xlisten? */
+       xlisten(s, 50);
        sprintf(msg, "accepting UDP packets on addr:port %s:%d\n",
                iface_addr, (int)listen_port);
        log_message(LOG_FILE, msg);