summaryrefslogtreecommitdiff
path: root/sys/net/if_gre.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/net/if_gre.c')
-rw-r--r--sys/net/if_gre.c13
1 files changed, 1 insertions, 12 deletions
diff --git a/sys/net/if_gre.c b/sys/net/if_gre.c
index 4e6d19a9547..998248e4611 100644
--- a/sys/net/if_gre.c
+++ b/sys/net/if_gre.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_gre.c,v 1.55 2011/07/04 20:40:58 dhill Exp $ */
+/* $OpenBSD: if_gre.c,v 1.56 2011/07/09 00:47:18 henning Exp $ */
/* $NetBSD: if_gre.c,v 1.9 1999/10/25 19:18:11 drochner Exp $ */
/*
@@ -68,12 +68,6 @@
#error "if_gre used without inet"
#endif
-#ifdef NETATALK
-#include <netatalk/at.h>
-#include <netatalk/at_var.h>
-#include <netatalk/at_extern.h>
-#endif
-
#if NBPFILTER > 0
#include <net/bpf.h>
#endif
@@ -375,11 +369,6 @@ gre_output(struct ifnet *ifp, struct mbuf *m, struct sockaddr *dst,
ip_tos = inp->ip_tos;
etype = ETHERTYPE_IP;
break;
-#ifdef NETATALK
- case AF_APPLETALK:
- etype = ETHERTYPE_AT;
- break;
-#endif
#ifdef INET6
case AF_INET6:
etype = ETHERTYPE_IPV6;