diff options
author | 2005-11-21 18:16:36 +0000 | |
---|---|---|
committer | 2005-11-21 18:16:36 +0000 | |
commit | 39539e65e5b727d3b3fd1776addd909038410fee (patch) | |
tree | 6e8b71466a05c2aacd692d7add927383d2c72a00 /sys/dev/usb/uhid.c | |
parent | Add ESM support glue but keep it disabled for now. (diff) | |
download | wireguard-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/uhid.c')
-rw-r--r-- | sys/dev/usb/uhid.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/uhid.c b/sys/dev/usb/uhid.c index 895866d1c58..4c6800311b3 100644 --- a/sys/dev/usb/uhid.c +++ b/sys/dev/usb/uhid.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uhid.c,v 1.27 2004/07/08 22:18:44 deraadt Exp $ */ +/* $OpenBSD: uhid.c,v 1.28 2005/11/21 18:16:43 millert Exp $ */ /* $NetBSD: uhid.c,v 1.57 2003/03/11 16:44:00 augustss Exp $ */ /* @@ -52,7 +52,7 @@ #include <sys/conf.h> #include <sys/tty.h> #include <sys/file.h> -#include <sys/select.h> +#include <sys/selinfo.h> #include <sys/proc.h> #include <sys/vnode.h> #include <sys/poll.h> |