diff options
author | rwatson <rwatson@FreeBSD.org> | 2009-06-21 16:11:40 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2009-06-21 16:11:40 +0000 |
commit | 0cd683c60496f1ad7451a361d726896b283b3221 (patch) | |
tree | 7ff3a7be9cbdc71bf85c18cde998cece604332ea /sys | |
parent | fb26ace0b56409ed20bb096f3db1771a8ef3ec88 (diff) | |
download | FreeBSD-src-0cd683c60496f1ad7451a361d726896b283b3221.zip FreeBSD-src-0cd683c60496f1ad7451a361d726896b283b3221.tar.gz |
Remove unuxed ipx_zerohost.
MFC after: 3 days
Diffstat (limited to 'sys')
-rw-r--r-- | sys/netipx/ipx_input.c | 1 | ||||
-rw-r--r-- | sys/netipx/ipx_var.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/netipx/ipx_input.c b/sys/netipx/ipx_input.c index f046e23..6c29ec4 100644 --- a/sys/netipx/ipx_input.c +++ b/sys/netipx/ipx_input.c @@ -106,7 +106,6 @@ static void ipx_forward(struct mbuf *m); static void ipxintr(struct mbuf *m); const union ipx_net ipx_zeronet; -const union ipx_host ipx_zerohost; const union ipx_net ipx_broadnet = { .s_net[0] = 0xffff, .s_net[1] = 0xffff }; diff --git a/sys/netipx/ipx_var.h b/sys/netipx/ipx_var.h index 7661328..304630d 100644 --- a/sys/netipx/ipx_var.h +++ b/sys/netipx/ipx_var.h @@ -97,7 +97,6 @@ extern struct sockaddr_ipx ipx_netmask; extern struct sockaddr_ipx ipx_hostmask; extern const union ipx_net ipx_zeronet; -extern const union ipx_host ipx_zerohost; extern const union ipx_net ipx_broadnet; extern const union ipx_host ipx_broadhost; |