mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-14 14:55:41 +00:00
FreeBSD/vax is quite some time away.
This commit is contained in:
parent
1b6c258916
commit
a95dbcd2df
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=85958
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user