Remove/comment tokens after #endif (#endif NETATALK)

This commit is contained in:
Peter Wemm 2001-09-10 01:33:03 +00:00
parent 4b53602153
commit 8cdfefbd0c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=83268
2 changed files with 4 additions and 4 deletions

View File

@ -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;

View File

@ -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);