aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Long <scottl@FreeBSD.org>2001-08-06 19:40:47 +0000
committerScott Long <scottl@FreeBSD.org>2001-08-06 19:40:47 +0000
commitd047ecf50bdf5a1b622db2d01d03c9e52abf496e (patch)
tree492b770f0695dda0516eef79c4f08345c11a0cde
parent232bdaf61fa5b080a8119ad5ad3e757604fc6a7e (diff)
Notes
-rw-r--r--sys/dev/aac/aac_ioctl.h4
-rw-r--r--sys/sys/aac_ioctl.h4
2 files changed, 0 insertions, 8 deletions
diff --git a/sys/dev/aac/aac_ioctl.h b/sys/dev/aac/aac_ioctl.h
index abfde7c8609d..a0b2f7e8e502 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
diff --git a/sys/sys/aac_ioctl.h b/sys/sys/aac_ioctl.h
index abfde7c8609d..a0b2f7e8e502 100644
--- a/sys/sys/aac_ioctl.h
+++ b/sys/sys/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