diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1998-08-25 09:12:35 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1998-08-25 09:12:35 +0000 |
commit | c7fc24dc4420057f103afe8fc64524ebc25c5d37 (patch) | |
tree | 3682407a599b8f9f03fc096298134cafba1c9b2f /include/linux/ipx.h | |
parent | 1d793fade8b063fde3cf275bf1a5c2d381292cd9 (diff) |
o Merge with Linux 2.1.116.
o New Newport console code.
o New G364 console code.
Diffstat (limited to 'include/linux/ipx.h')
-rw-r--r-- | include/linux/ipx.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/ipx.h b/include/linux/ipx.h index d3aa23844..c6846779b 100644 --- a/include/linux/ipx.h +++ b/include/linux/ipx.h @@ -41,7 +41,7 @@ typedef struct ipx_interface_definition #define IPX_FRAME_8022 2 #define IPX_FRAME_ETHERII 3 #define IPX_FRAME_8023 4 -#define IPX_FRAME_TR_8022 5 +#define IPX_FRAME_TR_8022 5 /* obsolete */ unsigned char ipx_special; #define IPX_SPECIAL_NONE 0 #define IPX_PRIMARY 1 @@ -82,6 +82,7 @@ struct ipx_route_def extern int ipxrtr_route_skb(struct sk_buff *); extern int ipx_if_offset(unsigned long ipx_net_number); +extern void ipx_remove_socket(struct sock *sk); #endif /* def __KERNEL__ */ #endif /* def _IPX_H_ */ |