aboutsummaryrefslogtreecommitdiff
path: root/networking/interface.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/interface.c')
-rw-r--r--networking/interface.c2
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
287int interface_opt_a = 0; /* show all interfaces */ 287int interface_opt_a; /* show all interfaces */
288 288
289static struct interface *int_list, *int_last; 289static struct interface *int_list, *int_last;
290static int skfd = -1; /* generic raw socket desc. */ 290static int skfd = -1; /* generic raw socket desc. */