diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-11-21 14:26:37 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-11-21 14:26:37 +0000 |
commit | 04b30ba3b88c721b81194cae9cb439ddba4712db (patch) | |
tree | c2e2d52edcb7d6834d771cfe62cabbf8e38c6134 /networking/interface.c | |
parent | 3aa2d51cd6649911a84e943845237009f03efed6 (diff) | |
download | busybox-w32-04b30ba3b88c721b81194cae9cb439ddba4712db.tar.gz busybox-w32-04b30ba3b88c721b81194cae9cb439ddba4712db.tar.bz2 busybox-w32-04b30ba3b88c721b81194cae9cb439ddba4712db.zip |
ifconfig: preparatory patch, no code changes
Diffstat (limited to 'networking/interface.c')
-rw-r--r-- | networking/interface.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/interface.c b/networking/interface.c index 8bbde7d43..25ff30bac 100644 --- a/networking/interface.c +++ b/networking/interface.c | |||
@@ -284,7 +284,7 @@ struct interface { | |||
284 | }; | 284 | }; |
285 | 285 | ||
286 | 286 | ||
287 | int interface_opt_a = 0; /* show all interfaces */ | 287 | int interface_opt_a; /* show all interfaces */ |
288 | 288 | ||
289 | static struct interface *int_list, *int_last; | 289 | static struct interface *int_list, *int_last; |
290 | static int skfd = -1; /* generic raw socket desc. */ | 290 | static int skfd = -1; /* generic raw socket desc. */ |