Remove/comment tokens after #endif (#endif NETATALK)
This commit is contained in:
parent
4b53602153
commit
8cdfefbd0c
@ -233,7 +233,7 @@ ether_output(ifp, m, dst, rt0)
|
||||
}
|
||||
break;
|
||||
}
|
||||
#endif NETATALK
|
||||
#endif /* NETATALK */
|
||||
#ifdef NS
|
||||
case AF_NS:
|
||||
switch(ns_nettype){
|
||||
@ -572,7 +572,7 @@ ether_demux(ifp, eh, m)
|
||||
/* probably this should be done with a NETISR as well */
|
||||
aarpinput(IFP2AC(ifp), m); /* XXX */
|
||||
return;
|
||||
#endif NETATALK
|
||||
#endif /* NETATALK */
|
||||
case ETHERTYPE_VLAN:
|
||||
VLAN_INPUT(ifp, eh, m);
|
||||
return;
|
||||
|
@ -86,7 +86,7 @@
|
||||
#ifdef NETATALK
|
||||
#include <netatalk/at.h>
|
||||
#include <netatalk/at_var.h>
|
||||
#endif NETATALK
|
||||
#endif
|
||||
|
||||
int loioctl __P((struct ifnet *, u_long, caddr_t));
|
||||
static void lortrequest __P((int, struct rtentry *, struct sockaddr *));
|
||||
@ -368,7 +368,7 @@ if_simloop(ifp, m, af, hlen)
|
||||
inq = &atintrq2;
|
||||
isr = NETISR_ATALK;
|
||||
break;
|
||||
#endif NETATALK
|
||||
#endif
|
||||
default:
|
||||
printf("if_simloop: can't handle af=%d\n", af);
|
||||
m_freem(m);
|
||||
|
Loading…
x
Reference in New Issue
Block a user