patch-2.1.63 linux/include/linux/ipx.h
Next file: linux/include/linux/locks.h
Previous file: linux/include/linux/fs.h
Back to the patch index
Back to the overall index
- Lines: 40
- Date:
Sun Nov 9 10:13:48 1997
- Orig file:
v2.1.62/linux/include/linux/ipx.h
- Orig date:
Mon Jun 30 15:23:58 1997
diff -u --recursive --new-file v2.1.62/linux/include/linux/ipx.h linux/include/linux/ipx.h
@@ -7,8 +7,8 @@
struct sockaddr_ipx
{
- sa_family_t sipx_family;
- __u16 sipx_port;
+ sa_family_t sipx_family;
+ __u16 sipx_port;
__u32 sipx_network;
unsigned char sipx_node[IPX_NODE_LEN];
__u8 sipx_type;
@@ -26,14 +26,14 @@
typedef struct ipx_route_definition
{
- unsigned long ipx_network;
- unsigned long ipx_router_network;
+ __u32 ipx_network;
+ __u32 ipx_router_network;
unsigned char ipx_router_node[IPX_NODE_LEN];
} ipx_route_definition;
typedef struct ipx_interface_definition
{
- unsigned long ipx_network;
+ __u32 ipx_network;
unsigned char ipx_device[16];
unsigned char ipx_dlink_type;
#define IPX_FRAME_NONE 0
@@ -61,8 +61,8 @@
struct ipx_route_def
{
- unsigned long ipx_network;
- unsigned long ipx_router_network;
+ __u32 ipx_network;
+ __u32 ipx_router_network;
#define IPX_ROUTE_NO_ROUTER 0
unsigned char ipx_router_node[IPX_NODE_LEN];
unsigned char ipx_device[16];
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov