ifconfig: preparatory patch, no code changes

This commit is contained in:
Denis Vlasenko 2006-11-21 14:26:37 +00:00
parent 3aa2d51cd6
commit 04b30ba3b8
2 changed files with 43 additions and 43 deletions

View file

@ -284,7 +284,7 @@ struct interface {
};
int interface_opt_a = 0; /* show all interfaces */
int interface_opt_a; /* show all interfaces */
static struct interface *int_list, *int_last;
static int skfd = -1; /* generic raw socket desc. */