summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_socket.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/compat/linux/linux_socket.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/compat/linux/linux_socket.c')
-rw-r--r--sys/compat/linux/linux_socket.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/linux/linux_socket.c b/sys/compat/linux/linux_socket.c
index 50b5ee1cbd4..45676c61104 100644
--- a/sys/compat/linux/linux_socket.c
+++ b/sys/compat/linux/linux_socket.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: linux_socket.c,v 1.40 2011/07/07 01:19:39 tedu Exp $ */
+/* $OpenBSD: linux_socket.c,v 1.41 2011/07/09 00:47:18 henning Exp $ */
/* $NetBSD: linux_socket.c,v 1.14 1996/04/05 00:01:50 christos Exp $ */
/*
@@ -119,7 +119,7 @@ static const int linux_to_bsd_domain_[LINUX_AF_MAX] = {
AF_INET,
-1, /* LINUX_AF_AX25 */
-1, /* IPX */
- AF_APPLETALK,
+ -1 /* APPLETALK */
-1, /* LINUX_AF_NETROM */
-1, /* LINUX_AF_BRIDGE */
-1, /* LINUX_AF_ATMPVC */