diff options
author | wollman <wollman@FreeBSD.org> | 2001-01-09 04:33:49 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 2001-01-09 04:33:49 +0000 |
commit | 70c88bb8dad8043bc6de6c2381c0f3d55e803379 (patch) | |
tree | db08626bdde4f7fc600087db865a131d6da00a65 /sys/dev/ncv | |
parent | 73868ac960ac5a7e40b0f6c9fe5956281809d520 (diff) | |
download | FreeBSD-src-70c88bb8dad8043bc6de6c2381c0f3d55e803379.zip FreeBSD-src-70c88bb8dad8043bc6de6c2381c0f3d55e803379.tar.gz |
select() DKI is now in <sys/selinfo.h>.
Diffstat (limited to 'sys/dev/ncv')
-rw-r--r-- | sys/dev/ncv/ncr53c500_pccard.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/ncv/ncr53c500_pccard.c b/sys/dev/ncv/ncr53c500_pccard.c index ed0da20..12e4f71 100644 --- a/sys/dev/ncv/ncr53c500_pccard.c +++ b/sys/dev/ncv/ncr53c500_pccard.c @@ -87,7 +87,9 @@ extern struct ncv_softc *ncvdata[]; #if NCARD > 0 #include <sys/kernel.h> #include <sys/module.h> +#if !defined(__FreeBSD__) || __FreeBSD_version < 500014 #include <sys/select.h> +#endif #include <pccard/cardinfo.h> #include <pccard/slot.h> |