diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2008-07-22 14:27:47 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2008-07-22 14:27:47 +0000 |
| commit | 555297ffdce8b16efd3f8cb09353960b2ee050e5 (patch) | |
| tree | 5cd25d9bf0d65ab9ef5c297952094a1b6abf33e8 /sys/net/if.c | |
| parent | c3878c23826911338b69543ad6dd9ae2ebc75112 (diff) | |
Notes
Diffstat (limited to 'sys/net/if.c')
| -rw-r--r-- | sys/net/if.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if.c b/sys/net/if.c index ef67d2826988..2905563f1d4d 100644 --- a/sys/net/if.c +++ b/sys/net/if.c @@ -155,8 +155,8 @@ static struct filterops netdev_filtops = /* * System initialization */ -SYSINIT(interfaces, SI_SUB_INIT_IF, SI_ORDER_FIRST, if_init, NULL) -SYSINIT(interface_check, SI_SUB_PROTO_IF, SI_ORDER_FIRST, if_check, NULL) +SYSINIT(interfaces, SI_SUB_INIT_IF, SI_ORDER_FIRST, if_init, NULL); +SYSINIT(interface_check, SI_SUB_PROTO_IF, SI_ORDER_FIRST, if_check, NULL); MALLOC_DEFINE(M_IFNET, "ifnet", "interface internals"); MALLOC_DEFINE(M_IFADDR, "ifaddr", "interface address"); |
