summaryrefslogtreecommitdiff
path: root/sys/net/if_ethersubr.c
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2001-09-10 01:33:03 +0000
committerPeter Wemm <peter@FreeBSD.org>2001-09-10 01:33:03 +0000
commit8cdfefbd0c98c63ed30e8659bb1a2b026c87e0ae (patch)
treefa4daa4cd4361c40e65e9a07eb7109da7ae3b105 /sys/net/if_ethersubr.c
parent4b53602153262730892060ec7953b5382e023944 (diff)
Notes
Diffstat (limited to 'sys/net/if_ethersubr.c')
-rw-r--r--sys/net/if_ethersubr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if_ethersubr.c b/sys/net/if_ethersubr.c
index d342491b0cc0..0031af8b583e 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;