diff options
author | 2011-07-09 00:47:18 +0000 | |
---|---|---|
committer | 2011-07-09 00:47:18 +0000 | |
commit | 3a7827c243037e68df0300e71d0148558c92a658 (patch) | |
tree | 26671a846e19afdacd68d4f83044750ea3514ac7 /sys/net/if_tun.c | |
parent | stop installing netatalk headers (diff) | |
download | wireguard-openbsd-3a7827c243037e68df0300e71d0148558c92a658.tar.xz wireguard-openbsd-3a7827c243037e68df0300e71d0148558c92a658.zip |
begone, fucking rotten appletalk shit. ok room
Diffstat (limited to 'sys/net/if_tun.c')
-rw-r--r-- | sys/net/if_tun.c | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/sys/net/if_tun.c b/sys/net/if_tun.c index 6c152ee6514..63a4df98f9c 100644 --- a/sys/net/if_tun.c +++ b/sys/net/if_tun.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_tun.c,v 1.111 2011/07/07 20:42:56 henning Exp $ */ +/* $OpenBSD: if_tun.c,v 1.112 2011/07/09 00:47:18 henning Exp $ */ /* $NetBSD: if_tun.c,v 1.24 1996/05/07 02:40:48 thorpej Exp $ */ /* @@ -75,11 +75,6 @@ #include <net/pipex.h> #endif -#ifdef NETATALK -#include <netatalk/at.h> -#include <netatalk/at_var.h> -#endif - #include "bpfilter.h" #if NBPFILTER > 0 #include <net/bpf.h> @@ -948,12 +943,6 @@ tunwrite(dev_t dev, struct uio *uio, int ioflag) isr = NETISR_IPV6; break; #endif -#ifdef NETATALK - case AF_APPLETALK: - ifq = &atintrq2; - isr = NETISR_ATALK; - break; -#endif default: m_freem(top); return (EAFNOSUPPORT); |