summaryrefslogtreecommitdiff
path: root/sys/compat/linux
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2007-06-06 09:59:22 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2007-06-06 09:59:22 +0000
commite1751a5b2fbccb22b93c8e619d13b264be75364f (patch)
treee7c0205d72c7c28072d4fe89c852298074d3bd5f /sys/compat/linux
parent32538e4e3dceb6bd9ac623e8a697eecbec0058c2 (diff)
put IPX in the unsupported boat
Diffstat (limited to 'sys/compat/linux')
-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 976757a5c5c..0c4cd7636cc 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.35 2006/03/05 21:48:56 miod Exp $ */
+/* $OpenBSD: linux_socket.c,v 1.36 2007/06/06 09:59:21 henning Exp $ */
/* $NetBSD: linux_socket.c,v 1.14 1996/04/05 00:01:50 christos Exp $ */
/*
@@ -115,7 +115,7 @@ static const int linux_to_bsd_domain_[LINUX_AF_MAX] = {
AF_UNIX,
AF_INET,
-1, /* LINUX_AF_AX25 */
- AF_IPX,
+ -1, /* IPX */
AF_APPLETALK,
-1, /* LINUX_AF_NETROM */
-1, /* LINUX_AF_BRIDGE */