diff options
author | wollman <wollman@FreeBSD.org> | 2001-01-20 02:24:07 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 2001-01-20 02:24:07 +0000 |
commit | 0fbfe85a3cf3589f4e05372bfa862cefce00e2aa (patch) | |
tree | e659ad1bed142e07d22975dff2999f17c7b71294 /sys/pc98 | |
parent | a11e21597d3b3fd5943eab7683f1b2f629e945d6 (diff) | |
download | FreeBSD-src-0fbfe85a3cf3589f4e05372bfa862cefce00e2aa.zip FreeBSD-src-0fbfe85a3cf3589f4e05372bfa862cefce00e2aa.tar.gz |
Finish deprecating <sys/select.h> in favor of <sys/selinfo.h> in kernel code.
Diffstat (limited to 'sys/pc98')
-rw-r--r-- | sys/pc98/pc98/mse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pc98/pc98/mse.c b/sys/pc98/pc98/mse.c index 3b8ee54..56eeab9 100644 --- a/sys/pc98/pc98/mse.c +++ b/sys/pc98/pc98/mse.c @@ -50,7 +50,7 @@ #include <sys/kernel.h> #include <sys/bus.h> #include <sys/poll.h> -#include <sys/select.h> +#include <sys/selinfo.h> #include <sys/uio.h> #include <machine/bus.h> |