diff options
-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 dc97d09..3331747 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 |