projects
/
platform
/
upstream
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c8bca3
)
Fix a silly bug I introduced yesterday
author
Eric Andersen
<andersen@codepoet.org>
Sat, 21 Jun 2003 09:05:49 +0000
(09:05 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Sat, 21 Jun 2003 09:05:49 +0000
(09:05 -0000)
networking/ifconfig.c
patch
|
blob
|
history
diff --git
a/networking/ifconfig.c
b/networking/ifconfig.c
index
63d88bc
..
ef6a6f7
100644
(file)
--- a/
networking/ifconfig.c
+++ b/
networking/ifconfig.c
@@
-15,7
+15,7
@@
* Foundation; either version 2 of the License, or (at
* your option) any later version.
*
- * $Id: ifconfig.c,v 1.2
5 2003/06/20 09:23:34
andersen Exp $
+ * $Id: ifconfig.c,v 1.2
6 2003/06/21 09:05:49
andersen Exp $
*
*/
@@
-306,8
+306,10
@@
int ifconfig_main(int argc, char **argv)
goterr = 0;
did_flags = 0;
+#ifdef CONFIG_FEATURE_IFCONFIG_BROADCAST_PLUS
sai_hostname = 0;
sai_netmask = 0;
+#endif
/* skip argv[0] */
++argv;