summaryrefslogtreecommitdiffstats
path: root/sys/dev/aac
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2001-08-06 19:40:47 +0000
committerscottl <scottl@FreeBSD.org>2001-08-06 19:40:47 +0000
commit78f67fb30e8ca1fb1c4405ea4b7fec9c6e5af8cd (patch)
tree492b770f0695dda0516eef79c4f08345c11a0cde /sys/dev/aac
parent840f9b9d5fc440f8dec5a341213f2ecc386d9398 (diff)
downloadFreeBSD-src-78f67fb30e8ca1fb1c4405ea4b7fec9c6e5af8cd.zip
FreeBSD-src-78f67fb30e8ca1fb1c4405ea4b7fec9c6e5af8cd.tar.gz
Make AAC_COMPAT_LINUX optional once again.
Submitted by: julian
Diffstat (limited to 'sys/dev/aac')
-rw-r--r--sys/dev/aac/aac_ioctl.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/aac/aac_ioctl.h b/sys/dev/aac/aac_ioctl.h
index abfde7c..a0b2f7e 100644
--- a/sys/dev/aac/aac_ioctl.h
+++ b/sys/dev/aac/aac_ioctl.h
@@ -54,8 +54,6 @@ union aac_statrequest {
#define AACIO_STATS _IOWR('T', 101, union aac_statrequest)
-#ifdef AAC_COMPAT_LINUX
-
/*
* Ioctl commands likely to be submitted from a Linux management application.
* These bit encodings are actually descended from Windows NT. Ick.
@@ -169,5 +167,3 @@ struct get_adapter_fib_ioctl {
int Wait;
caddr_t AifFib;
};
-
-#endif
OpenPOWER on IntegriCloud