[860] in linux-net channel archive

home help back first fref pref prev next nref lref last post

Broked IPX 1.3.17 code

daemon@ATHENA.MIT.EDU (Jason Duerstock)
Thu Aug 10 16:04:59 1995

Date: Wed, 9 Aug 1995 17:53:39 -0400
From: Jason Duerstock <jduersto@kendall.mdcc.edu>
To: linux-net@vger.rutgers.edu
cc: linux-kernel@vger.rutgers.edu

The following patch should allow the Linux IPX code to compile properly:

--- af_ipx.c.orig	Wed Aug  9 17:51:19 1995
+++ af_ipx.c	Wed Aug  9 17:51:46 1995
@@ -68,6 +68,7 @@
 #include <linux/mm.h>
 #include <linux/termios.h>	/* For TIOCOUTQ/INQ */
 #include <linux/interrupt.h>
+#include <linux/proc_fs.h>
 #include <net/p8022.h>
 #include <net/psnap.h>
 
@@ -1973,7 +1974,7 @@
 proc_net_register(&(struct proc_dir_entry)
 	{ 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" });
+	{ PROC_NET_IPX_ROUTE,	ipx_rt_get_info, 9, "ipx_route" });
 		
 	printk("Swansea University Computer Society IPX 0.31 for NET3.030\n");
 	printk("IPX Portions Copyright (c) 1995 Caldera, Inc.\n");


home help back first fref pref prev next nref lref last post