summaryrefslogtreecommitdiffstats
path: root/usr.sbin/IPXrouted/defs.h
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>1995-10-27 10:48:31 +0000
committerjulian <julian@FreeBSD.org>1995-10-27 10:48:31 +0000
commit2494489f353737a9a0a0dfb412b041a447f76aa2 (patch)
tree79f62b7e310d8aaa41586909ba37d7589857ad4e /usr.sbin/IPXrouted/defs.h
parent097421f540c5e463d5555f21dda599c749369da8 (diff)
downloadFreeBSD-src-2494489f353737a9a0a0dfb412b041a447f76aa2.zip
FreeBSD-src-2494489f353737a9a0a0dfb412b041a447f76aa2.tar.gz
Submitted by: john hay
patches to merge the two IPX packages to work with each other and to not break make-world :) IPXrouted should be working now, (or at least compiling) :)
Diffstat (limited to 'usr.sbin/IPXrouted/defs.h')
-rw-r--r--usr.sbin/IPXrouted/defs.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.sbin/IPXrouted/defs.h b/usr.sbin/IPXrouted/defs.h
index 810bd7c..a5fb1f0 100644
--- a/usr.sbin/IPXrouted/defs.h
+++ b/usr.sbin/IPXrouted/defs.h
@@ -34,7 +34,7 @@
*
* @(#)defs.h 8.1 (Berkeley) 6/5/93
*
- * $Id: defs.h,v 1.5 1995/10/11 18:57:12 jhay Exp $
+ * $Id: defs.h,v 1.1 1995/10/26 21:28:14 julian Exp $
*/
#include <sys/types.h>
@@ -42,7 +42,6 @@
#include <net/route.h>
#include <netipx/ipx.h>
-#include <netipx/ipxdp.h>
#if defined(vax) || defined(pdp11)
#define xnnet(x) ((u_long) (x)->rip_dst[1] << 16 | (u_long) (x)->rip_dst[0] )
#else
@@ -88,7 +87,7 @@ extern int r; /* Routing socket to install updates with */
extern int gateway;
extern struct sockaddr_ipx ipx_netmask; /* Used in installing routes */
-extern char packet[MAXPACKETSIZE+sizeof(struct ipxdp)+1];
+extern char packet[MAXPACKETSIZE+sizeof(struct ipx)+1];
extern struct rip *msg;
extern char **argv0;
OpenPOWER on IntegriCloud