projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b77158a
)
Small bug in silent option
author
Glenn L McGrath
<bug1@ihug.co.nz>
Fri, 5 Sep 2003 02:37:15 +0000
(
02:37
-0000)
committer
Glenn L McGrath
<bug1@ihug.co.nz>
Fri, 5 Sep 2003 02:37:15 +0000
(
02:37
-0000)
networking/ipcalc.c
patch
|
blob
|
history
diff --git
a/networking/ipcalc.c
b/networking/ipcalc.c
index 9578c8266ab2ab2cb86180741366215e8742ea15..171c49a268182546204df48af98cbdba4a97e9d9 100644
(file)
--- a/
networking/ipcalc.c
+++ b/
networking/ipcalc.c
@@
-62,7
+62,7
@@
static int get_prefix(unsigned long netmask)
#define NETWORK 0x04
#define NETPREFIX 0x08
#define HOSTNAME 0x10
-#define SILENT 0x
8
0
+#define SILENT 0x
2
0
int ipcalc_main(int argc, char **argv)
{