diff options
Diffstat (limited to 'sys/net/if_ethersubr.c')
| -rw-r--r-- | sys/net/if_ethersubr.c | 4 |
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; |
