summaryrefslogtreecommitdiffstats
path: root/sys/net
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2001-09-10 01:33:03 +0000
committerpeter <peter@FreeBSD.org>2001-09-10 01:33:03 +0000
commit9648bb82eaa78acbbb145c2b8687d2409cc8f4e8 (patch)
treefa4daa4cd4361c40e65e9a07eb7109da7ae3b105 /sys/net
parent0eadf02e1c8b0688b14b407e824a0b8d50ac1106 (diff)
downloadFreeBSD-src-9648bb82eaa78acbbb145c2b8687d2409cc8f4e8.zip
FreeBSD-src-9648bb82eaa78acbbb145c2b8687d2409cc8f4e8.tar.gz
Remove/comment tokens after #endif (#endif NETATALK)
Diffstat (limited to 'sys/net')
-rw-r--r--sys/net/if_ethersubr.c4
-rw-r--r--sys/net/if_loop.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/net/if_ethersubr.c b/sys/net/if_ethersubr.c
index d342491..0031af8 100644
--- a/sys/net/if_ethersubr.c
+++ b/sys/net/if_ethersubr.c
@@ -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;
diff --git a/sys/net/if_loop.c b/sys/net/if_loop.c
index f8e11f7..3d8a1c2 100644
--- a/sys/net/if_loop.c
+++ b/sys/net/if_loop.c
@@ -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);
OpenPOWER on IntegriCloud