diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2005-05-27 12:25:42 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2005-05-27 12:25:42 +0000 |
| commit | 886f89afda9590e245d0acd389d0090a507ee175 (patch) | |
| tree | d590bc0147396204d863d1e2cbaef479151f315b /sys/netipx/ipx.h | |
| parent | 1470d46611f17887e3d93ba90c4beb691f4228c0 (diff) | |
Notes
Diffstat (limited to 'sys/netipx/ipx.h')
| -rw-r--r-- | sys/netipx/ipx.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/netipx/ipx.h b/sys/netipx/ipx.h index dc97d097c0e9e..3331747dc986f 100644 --- a/sys/netipx/ipx.h +++ b/sys/netipx/ipx.h @@ -108,7 +108,6 @@ union ipx_host { union ipx_net { u_char c_net[4]; u_short s_net[2]; - u_int u_net; }; union ipx_net_u { @@ -132,8 +131,6 @@ struct sockaddr_ipx { char sipx_zero[2]; }; #define sipx_port sipx_addr.x_port -#define sipx_network sipx_addr.x_net.u_net -#define sipx_node sipx_addr.x_host.c_host /* * Definitions for IPX Internetwork Packet Exchange Protocol |
