mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-02 08:42:48 +00:00
Desupport FreeBSD/vax
This commit is contained in:
parent
6c1534a73e
commit
db89c1de37
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=85972
@ -122,9 +122,6 @@ struct sockaddr_ns {
|
||||
};
|
||||
#define sns_port sns_addr.x_port
|
||||
|
||||
#ifdef vax
|
||||
#define ns_netof(a) (*(long *) & ((a).x_net)) /* XXX - not needed */
|
||||
#endif
|
||||
#define ns_neteqnn(a,b) (((a).s_net[0]==(b).s_net[0]) && \
|
||||
((a).s_net[1]==(b).s_net[1]))
|
||||
#define ns_neteq(a,b) ns_neteqnn((a).x_net, (b).x_net)
|
||||
|
@ -49,9 +49,6 @@
|
||||
#include <netns/idp.h>
|
||||
#include <netns/idp_var.h>
|
||||
|
||||
#ifdef vax
|
||||
#include <machine/mtpr.h>
|
||||
#endif
|
||||
int ns_hold_output = 0;
|
||||
int ns_copy_output = 0;
|
||||
int ns_output_cnt = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user