mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
Whitespace changes only - tabs must have been converted to spaces
somehow, when moving the code from p4 to svn. Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
3ae8e30a13
commit
40eb85e75e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=185931
10
sys/net/if.c
10
sys/net/if.c
@ -169,11 +169,11 @@ static struct filterops netdev_filtops =
|
||||
|
||||
#ifndef VIMAGE_GLOBALS
|
||||
static struct vnet_symmap vnet_net_symmap[] = {
|
||||
VNET_SYMMAP(net, ifnet),
|
||||
VNET_SYMMAP(net, rt_tables),
|
||||
VNET_SYMMAP(net, rtstat),
|
||||
VNET_SYMMAP(net, rttrash),
|
||||
VNET_SYMMAP_END
|
||||
VNET_SYMMAP(net, ifnet),
|
||||
VNET_SYMMAP(net, rt_tables),
|
||||
VNET_SYMMAP(net, rtstat),
|
||||
VNET_SYMMAP(net, rttrash),
|
||||
VNET_SYMMAP_END
|
||||
};
|
||||
|
||||
VNET_MOD_DECLARE(NET, net, vnet_net_iattach, vnet_net_idetach,
|
||||
|
Loading…
Reference in New Issue
Block a user