mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
Make AAC_COMPAT_LINUX optional once again.
Submitted by: julian
This commit is contained in:
parent
232bdaf61f
commit
d047ecf50b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=81216
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user