svn commit: trunk/busybox: modutils networking
landley at busybox.net
landley at busybox.net
Tue Aug 15 21:37:56 UTC 2006
Author: landley
Date: 2006-08-15 14:37:55 -0700 (Tue, 15 Aug 2006)
New Revision: 15801
Log:
Bernhard Fischer pointed out some leftover debris needing cleanup.
Modified:
trunk/busybox/modutils/lsmod.c
trunk/busybox/networking/dnsd.c
Changeset:
Modified: trunk/busybox/modutils/lsmod.c
===================================================================
--- trunk/busybox/modutils/lsmod.c 2006-08-10 21:46:43 UTC (rev 15800)
+++ trunk/busybox/modutils/lsmod.c 2006-08-15 21:37:55 UTC (rev 15801)
@@ -12,18 +12,6 @@
*/
#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
Modified: trunk/busybox/networking/dnsd.c
===================================================================
--- trunk/busybox/networking/dnsd.c 2006-08-10 21:46:43 UTC (rev 15800)
+++ trunk/busybox/networking/dnsd.c 2006-08-15 21:37:55 UTC (rev 15801)
@@ -203,7 +203,7 @@
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);
More information about the busybox-cvs
mailing list