Make AAC_COMPAT_LINUX optional once again.

Submitted by:	julian
This commit is contained in:
Scott Long 2001-08-06 19:40:47 +00:00
parent 232bdaf61f
commit d047ecf50b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=81216
2 changed files with 0 additions and 8 deletions

View File

@ -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

View File

@ -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