From 9648bb82eaa78acbbb145c2b8687d2409cc8f4e8 Mon Sep 17 00:00:00 2001 From: peter Date: Mon, 10 Sep 2001 01:33:03 +0000 Subject: Remove/comment tokens after #endif (#endif NETATALK) --- sys/net/if_ethersubr.c | 4 ++-- sys/net/if_loop.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'sys/net') 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 #include -#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); -- cgit v1.1