diff options
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. */ |