summaryrefslogtreecommitdiffstats
path: root/sys/net/if_loop.c
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/if_loop.c
parent0eadf02e1c8b0688b14b407e824a0b8d50ac1106 (diff)
downloadFreeBSD-src-9648bb82eaa78acbbb145c2b8687d2409cc8f4e8.zip
FreeBSD-src-9648bb82eaa78acbbb145c2b8687d2409cc8f4e8.tar.gz
Remove/comment tokens after #endif (#endif NETATALK)
Diffstat (limited to 'sys/net/if_loop.c')
-rw-r--r--sys/net/if_loop.c4
1 files changed, 2 insertions, 2 deletions
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