diff options
author | 2007-06-06 09:59:21 +0000 | |
---|---|---|
committer | 2007-06-06 09:59:21 +0000 | |
commit | 027cdd2022fbb1627076ae83a9ff940ad0d3b5ad (patch) | |
tree | 70076c7efe30d996a72ebdcde499ea0638505ddb | |
parent | remove ifdef'd out ipx-in-ip registration (diff) | |
download | wireguard-openbsd-027cdd2022fbb1627076ae83a9ff940ad0d3b5ad.tar.xz wireguard-openbsd-027cdd2022fbb1627076ae83a9ff940ad0d3b5ad.zip |
put IPX in the unsupported boat
-rw-r--r-- | sys/compat/linux/linux_socket.c | 4 |
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 */ |