summaryrefslogtreecommitdiff
path: root/networking/ifconfig.c
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2003-05-26 14:07:50 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2003-05-26 14:07:50 +0000
commit393183dccc4d100366972bdbbdc6e03a77839120 (patch)
treed2e94dac0f1f5da5cb3ecb927b78c4c2a02f4ea6 /networking/ifconfig.c
parentddfe18df75c15be4a2aadddb241c3b86b1e2968a (diff)
downloadbusybox-w32-393183dccc4d100366972bdbbdc6e03a77839120.tar.gz
busybox-w32-393183dccc4d100366972bdbbdc6e03a77839120.tar.bz2
busybox-w32-393183dccc4d100366972bdbbdc6e03a77839120.zip
Vodz, last_patch_86
Diffstat (limited to 'networking/ifconfig.c')
-rw-r--r--networking/ifconfig.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/ifconfig.c b/networking/ifconfig.c
index c09c48c58..37cba235a 100644
--- a/networking/ifconfig.c
+++ b/networking/ifconfig.c
@@ -15,7 +15,7 @@
15 * Foundation; either version 2 of the License, or (at 15 * Foundation; either version 2 of the License, or (at
16 * your option) any later version. 16 * your option) any later version.
17 * 17 *
18 * $Id: ifconfig.c,v 1.23 2003/03/19 09:12:38 mjn3 Exp $ 18 * $Id: ifconfig.c,v 1.24 2003/05/26 14:06:01 bug1 Exp $
19 * 19 *
20 */ 20 */
21 21
@@ -296,7 +296,7 @@ int ifconfig_main(int argc, char **argv)
296#ifdef CONFIG_FEATURE_IFCONFIG_BROADCAST_PLUS 296#ifdef CONFIG_FEATURE_IFCONFIG_BROADCAST_PLUS
297 unsigned int mask; 297 unsigned int mask;
298 unsigned int did_flags; 298 unsigned int did_flags;
299 in_addr_t sai_hostname, sai_netmask; 299 unsigned int sai_hostname, sai_netmask;
300#else 300#else
301 unsigned char mask; 301 unsigned char mask;
302 unsigned char did_flags; 302 unsigned char did_flags;