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/audio.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/audio.c')
-rw-r--r-- | sys/dev/audio.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/audio.c b/sys/dev/audio.c index 01137c92a4c..cafb8d75310 100644 --- a/sys/dev/audio.c +++ b/sys/dev/audio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: audio.c,v 1.46 2005/06/02 19:04:18 joris Exp $ */ +/* $OpenBSD: audio.c,v 1.47 2005/11/21 18:16:38 millert Exp $ */ /* $NetBSD: audio.c,v 1.119 1999/11/09 16:50:47 augustss Exp $ */ /* @@ -68,7 +68,7 @@ #include <sys/ioctl.h> #include <sys/fcntl.h> #include <sys/vnode.h> -#include <sys/select.h> +#include <sys/selinfo.h> #include <sys/poll.h> #include <sys/malloc.h> #include <sys/proc.h> |