diff options
| author | 2001-06-21 01:43:57 +0000 | |
|---|---|---|
| committer | 2001-06-21 01:43:57 +0000 | |
| commit | e8e62b8130552e9caa6ea20d21776afc4bc48a61 (patch) | |
| tree | de01d12b67604b1585fb1ae1ead4af714160ec5c /sys/compat/linux/linux_socket.h | |
| parent | Fix PR1826. tsleep in lf_setlock can return 0 if process was ptrace'd, (diff) | |
| download | wireguard-openbsd-e8e62b8130552e9caa6ea20d21776afc4bc48a61.tar.xz wireguard-openbsd-e8e62b8130552e9caa6ea20d21776afc4bc48a61.zip | |
translate LINUX_AF_INET6 (10) into AF_INET6.
Diffstat (limited to 'sys/compat/linux/linux_socket.h')
| -rw-r--r-- | sys/compat/linux/linux_socket.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/compat/linux/linux_socket.h b/sys/compat/linux/linux_socket.h index 15cecffd8da..1163702acc3 100644 --- a/sys/compat/linux/linux_socket.h +++ b/sys/compat/linux/linux_socket.h @@ -1,4 +1,4 @@ -/* $OpenBSD: linux_socket.h,v 1.5 2000/07/23 22:35:38 jasoni Exp $ */ +/* $OpenBSD: linux_socket.h,v 1.6 2001/06/21 01:43:57 itojun Exp $ */ /* $NetBSD: linux_socket.h,v 1.3 1995/05/28 10:16:34 mycroft Exp $ */ /* @@ -54,6 +54,7 @@ #define LINUX_AF_AX25 3 #define LINUX_AF_IPX 4 #define LINUX_AF_APPLETALK 5 +#define LINUX_AF_INET6 10 /* * Option levels for [gs]etsockopt(2). Only SOL_SOCKET is different, |
