summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_socket.c
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2005-11-21 18:16:36 +0000
committermillert <millert@openbsd.org>2005-11-21 18:16:36 +0000
commit39539e65e5b727d3b3fd1776addd909038410fee (patch)
tree6e8b71466a05c2aacd692d7add927383d2c72a00 /sys/compat/linux/linux_socket.c
parentAdd ESM support glue but keep it disabled for now. (diff)
downloadwireguard-openbsd-39539e65e5b727d3b3fd1776addd909038410fee.tar.xz
wireguard-openbsd-39539e65e5b727d3b3fd1776addd909038410fee.zip
Move contents of sys/select.h to sys/selinfo.h in preparation for a
userland-visible sys/select.h. Consistent with what Net and Free do. OK deraadt@, tested with full ports build by naddy@.
Diffstat (limited to 'sys/compat/linux/linux_socket.c')
-rw-r--r--sys/compat/linux/linux_socket.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/linux/linux_socket.c b/sys/compat/linux/linux_socket.c
index f4217145118..9811ff3fe93 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.33 2005/06/07 02:30:47 henning Exp $ */
+/* $OpenBSD: linux_socket.c,v 1.34 2005/11/21 18:16:37 millert Exp $ */
/* $NetBSD: linux_socket.c,v 1.14 1996/04/05 00:01:50 christos Exp $ */
/*
@@ -41,7 +41,7 @@
#include <sys/tty.h>
#include <sys/file.h>
#include <sys/filedesc.h>
-#include <sys/select.h>
+#include <sys/selinfo.h>
#include <sys/socket.h>
#include <sys/socketvar.h>
#include <net/if.h>