summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usb_subr.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/dev/usb/usb_subr.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/dev/usb/usb_subr.c')
-rw-r--r--sys/dev/usb/usb_subr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/usb_subr.c b/sys/dev/usb/usb_subr.c
index 3a11114e216..c8baf80f50c 100644
--- a/sys/dev/usb/usb_subr.c
+++ b/sys/dev/usb/usb_subr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: usb_subr.c,v 1.40 2005/10/17 18:00:43 drahn Exp $ */
+/* $OpenBSD: usb_subr.c,v 1.41 2005/11/21 18:16:44 millert Exp $ */
/* $NetBSD: usb_subr.c,v 1.103 2003/01/10 11:19:13 augustss Exp $ */
/* $FreeBSD: src/sys/dev/usb/usb_subr.c,v 1.18 1999/11/17 22:33:47 n_hibma Exp $ */
@@ -45,7 +45,7 @@
#include <sys/malloc.h>
#if defined(__NetBSD__) || defined(__OpenBSD__)
#include <sys/device.h>
-#include <sys/select.h>
+#include <sys/selinfo.h>
#elif defined(__FreeBSD__)
#include <sys/module.h>
#include <sys/bus.h>