mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 14:49:36 -04:00
FreeBSD/vax is quite some time away.
This commit is contained in:
parent
1b6c258916
commit
a95dbcd2df
2 changed files with 0 additions and 7 deletions
|
|
@ -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 a new issue