From e1751a5b2fbccb22b93c8e619d13b264be75364f Mon Sep 17 00:00:00 2001 From: Henning Brauer Date: Wed, 6 Jun 2007 09:59:22 +0000 Subject: put IPX in the unsupported boat --- sys/compat/linux/linux_socket.c | 4 ++-- 1 file 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 */ -- cgit v1.2.3