From 3a7827c243037e68df0300e71d0148558c92a658 Mon Sep 17 00:00:00 2001 From: henning Date: Sat, 9 Jul 2011 00:47:18 +0000 Subject: begone, fucking rotten appletalk shit. ok room --- sys/compat/linux/linux_socket.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/compat/linux/linux_socket.c') 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 */ -- cgit v1.2.3-59-g8ed1b