[BusyBox-cvs] busybox/networking/udhcp dhcpc.c,1.10,1.11

Erik Andersen andersen at busybox.net
Fri Jun 20 09:20:32 UTC 2003


Update of /var/cvs/busybox/networking/udhcp
In directory winder:/tmp/cvs-serv15371/networking/udhcp

Modified Files:
	dhcpc.c 
Log Message:
Make gcc not whine about "deprecated use of label at end of compound statement"


Index: dhcpc.c
===================================================================
RCS file: /var/cvs/busybox/networking/udhcp/dhcpc.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- dhcpc.c	10 Jun 2003 17:22:49 -0000	1.10
+++ dhcpc.c	20 Jun 2003 09:20:28 -0000	1.11
@@ -105,6 +105,7 @@
 		state = INIT_SELECTING;
 		break;
 	case INIT_SELECTING:
+		break;
 	}
 
 	/* start things over */



More information about the busybox-cvs mailing list