diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2001-11-03 08:24:00 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2001-11-03 08:24:00 +0000 |
| commit | a95dbcd2df667f9919487a10bbf5251cfa4bef43 (patch) | |
| tree | b17f1b702a48f6519dbbcb78634734d6b6cadc57 | |
| parent | 1b6c2589164a3a7b2f62d4c28c2ffa1be860959e (diff) | |
Notes
| -rw-r--r-- | sys/netipx/ipx.h | 3 | ||||
| -rw-r--r-- | sys/netipx/ipx_outputfl.c | 4 |
2 files changed, 0 insertions, 7 deletions
diff --git a/sys/netipx/ipx.h b/sys/netipx/ipx.h index fd23b5c63a076..f282d4053f3cf 100644 --- a/sys/netipx/ipx.h +++ b/sys/netipx/ipx.h @@ -144,9 +144,6 @@ struct ipx { struct ipx_addr ipx_sna; /* Source Network Address */ }; -#ifdef vax -#define ipx_netof(a) (*(long *) & ((a).x_net)) /* XXX - not needed */ -#endif #define ipx_neteqnn(a,b) \ (((a).s_net[0] == (b).s_net[0]) && ((a).s_net[1] == (b).s_net[1])) #define ipx_neteq(a,b) ipx_neteqnn((a).x_net, (b).x_net) diff --git a/sys/netipx/ipx_outputfl.c b/sys/netipx/ipx_outputfl.c index 197d0fabc2c68..9f608dd42bdd6 100644 --- a/sys/netipx/ipx_outputfl.c +++ b/sys/netipx/ipx_outputfl.c @@ -48,10 +48,6 @@ #include <netipx/ipx_if.h> #include <netipx/ipx_var.h> -#ifdef vax -#include <machine/mtpr.h> -#endif - static int ipx_copy_output = 0; int |
