[BusyBox-cvs] busybox/networking ipcalc.c,1.5,1.6

Glenn McGrath bug1 at busybox.net
Fri Sep 5 02:37:18 UTC 2003


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

Modified Files:
	ipcalc.c 
Log Message:
Small bug in silent option


Index: ipcalc.c
===================================================================
RCS file: /var/cvs/busybox/networking/ipcalc.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- ipcalc.c	2 Sep 2003 06:59:57 -0000	1.5
+++ ipcalc.c	5 Sep 2003 02:37:15 -0000	1.6
@@ -62,7 +62,7 @@
 #define NETWORK   0x04
 #define NETPREFIX 0x08
 #define HOSTNAME  0x10
-#define SILENT    0x80
+#define SILENT    0x20
 
 int ipcalc_main(int argc, char **argv)
 {




More information about the busybox-cvs mailing list