diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2011-07-09 00:47:19 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2011-07-09 00:47:19 +0000 |
commit | 0db3d0d8af1c885cf082f4cbc484006aadf0baf1 (patch) | |
tree | 256507b0a879a8e802adb77351a248b278a0d4ff /sys/compat | |
parent | 1791d2a4765ecc135e5955bc390ee0f45ff8689d (diff) |
begone, fucking rotten appletalk shit. ok room
Diffstat (limited to 'sys/compat')
-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 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 */ |