summaryrefslogtreecommitdiffstats
path: root/sys/net/if_ethersubr.c
diff options
context:
space:
mode:
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 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;
OpenPOWER on IntegriCloud