patch for 1.3.17 with IPX enable

Karsten Keil (keil@temic-ech.spacenet.de)
Thu, 10 Aug 1995 20:34:05 +0200


Hello,

compile of 3.1.17 fails if the IPX protocol is enabled in config.

Karsten

Here the patch:

*** linux/net/ipx/af_ipx.c.old Thu Aug 10 19:27:56 1995
--- linux/net/ipx/af_ipx.c Thu Aug 10 20:01:20 1995
***************
*** 71,74 ****
--- 71,75 ----
#include <net/p8022.h>
#include <net/psnap.h>
+ #include <linux/proc_fs.h>

#ifdef CONFIG_IPX
***************
*** 1974,1978 ****
{ PROC_NET_IPX_INTERFACE, ipx_interface_get_info, 13,"ipx_interface"});
proc_net_register(&(struct proc_dir_entry)
! { PROC_NET_IPX_ROUTE, ipx_rt_get_info 9, "ipx_route" });

printk("Swansea University Computer Society IPX 0.31 for NET3.030\n");
--- 1975,1979 ----
{ PROC_NET_IPX_INTERFACE, ipx_interface_get_info, 13,"ipx_interface"});
proc_net_register(&(struct proc_dir_entry)
! { PROC_NET_IPX_ROUTE, ipx_rt_get_info, 9, "ipx_route" });

printk("Swansea University Computer Society IPX 0.31 for NET3.030\n");