[BusyBox-cvs] busybox/networking/udhcp files.c,1.9,1.10
Erik Andersen
andersen at busybox.net
Tue Dec 16 12:04:04 UTC 2003
- Previous message: [BusyBox-cvs] busybox/loginutils Makefile.in,1.5,1.6
- Next message: [BusyBox-cvs] busybox/networking/udhcp clientpacket.c, 1.4, 1.5 clientpacket.h, 1.1, 1.2 leases.c, 1.2, 1.3 packet.c, 1.2, 1.3 script.c, 1.7, 1.8 serverpacket.c, 1.2, 1.3 serverpacket.h, 1.1, 1.2 socket.c, 1.4, 1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/cvs/busybox/networking/udhcp
In directory nail:/tmp/cvs-serv13273
Modified Files:
files.c
Log Message:
remove reference to missing header file which is breaking the build
Index: files.c
===================================================================
RCS file: /var/cvs/busybox/networking/udhcp/files.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- files.c 16 Dec 2003 02:29:11 -0000 1.9
+++ files.c 16 Dec 2003 12:04:01 -0000 1.10
@@ -11,7 +11,6 @@
#include <ctype.h>
#include <netdb.h>
-#include "debug.h"
#include "dhcpd.h"
#include "files.h"
#include "options.h"
- Previous message: [BusyBox-cvs] busybox/loginutils Makefile.in,1.5,1.6
- Next message: [BusyBox-cvs] busybox/networking/udhcp clientpacket.c, 1.4, 1.5 clientpacket.h, 1.1, 1.2 leases.c, 1.2, 1.3 packet.c, 1.2, 1.3 script.c, 1.7, 1.8 serverpacket.c, 1.2, 1.3 serverpacket.h, 1.1, 1.2 socket.c, 1.4, 1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the busybox-cvs
mailing list