summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_domain.c
diff options
context:
space:
mode:
authorhenning <henning@openbsd.org>2011-07-09 00:47:18 +0000
committerhenning <henning@openbsd.org>2011-07-09 00:47:18 +0000
commit3a7827c243037e68df0300e71d0148558c92a658 (patch)
tree26671a846e19afdacd68d4f83044750ea3514ac7 /sys/kern/uipc_domain.c
parentstop installing netatalk headers (diff)
downloadwireguard-openbsd-3a7827c243037e68df0300e71d0148558c92a658.tar.xz
wireguard-openbsd-3a7827c243037e68df0300e71d0148558c92a658.zip
begone, fucking rotten appletalk shit. ok room
Diffstat (limited to 'sys/kern/uipc_domain.c')
-rw-r--r--sys/kern/uipc_domain.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/kern/uipc_domain.c b/sys/kern/uipc_domain.c
index a30d326b5be..d8f315bdf1c 100644
--- a/sys/kern/uipc_domain.c
+++ b/sys/kern/uipc_domain.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uipc_domain.c,v 1.31 2011/07/08 18:30:16 yasuoka Exp $ */
+/* $OpenBSD: uipc_domain.c,v 1.32 2011/07/09 00:47:18 henning Exp $ */
/* $NetBSD: uipc_domain.c,v 1.14 1996/02/09 19:00:44 christos Exp $ */
/*
@@ -89,9 +89,6 @@ domaininit(void)
#if defined (KEY) || defined (IPSEC) || defined (TCP_SIGNATURE)
pfkey_init();
#endif /* KEY || IPSEC */
-#ifdef NETATALK
- ADDDOMAIN(atalk);
-#endif
#ifdef MPLS
ADDDOMAIN(mpls);
#endif