diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2006-03-23 23:07:56 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2006-03-23 23:07:56 +0000 |
| commit | 48d699a78f0198e30855e3d35fa52dd0970c5192 (patch) | |
| tree | fa124ddc60867a945f1e4968e58b7cdfbea01c8a /sys/netipx | |
| parent | 7d0c6c9fc5e79c4b9d4da498c0eb7af073d990da (diff) | |
Notes
Diffstat (limited to 'sys/netipx')
| -rw-r--r-- | sys/netipx/ipx_ip.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/netipx/ipx_ip.c b/sys/netipx/ipx_ip.c index d9551ce19350a..c0b7076b066f6 100644 --- a/sys/netipx/ipx_ip.c +++ b/sys/netipx/ipx_ip.c @@ -75,6 +75,8 @@ __FBSDID("$FreeBSD$"); #include <netipx/ipx_ip.h> #include <netipx/ipx_var.h> +NET_NEEDS_GIANT("ipx_ip"); + static struct ifnet ipxipif; static int ipxipif_units; |
