summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2001-12-04 02:26:57 +0000
committerscottl <scottl@FreeBSD.org>2001-12-04 02:26:57 +0000
commit8f464117e59525aa28fe2ed496f6f638747314e6 (patch)
tree75f7f5cc37d10ae1b57921025821861ad365af3e /sys
parentfc6ae34f0abd48864d7f0d41a346fa10428cb3cc (diff)
downloadFreeBSD-src-8f464117e59525aa28fe2ed496f6f638747314e6.zip
FreeBSD-src-8f464117e59525aa28fe2ed496f6f638747314e6.tar.gz
BAH! Missed another change to this file.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/aac/aacvar.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/aac/aacvar.h b/sys/dev/aac/aacvar.h
index 99cbda0..ce15112 100644
--- a/sys/dev/aac/aacvar.h
+++ b/sys/dev/aac/aacvar.h
@@ -264,7 +264,11 @@ typedef struct simplelock aac_lock_t;
#define AAC_LOCK_RELEASE(l) simple_unlock(l)
#endif
+#if __FreeBSD_version >= 500005
#include <sys/selinfo.h>
+#else
+#include <sys/select.h>
+#endif
/*
* Per-controller structure.
OpenPOWER on IntegriCloud