mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
This actually compiles under lint now, by effectively #if 0'ing it
when compiling LINT, linking LINT was broke, so unbreak by removing the preprocessor directives.
This commit is contained in:
parent
7d1bd9c62c
commit
d6d246bc1c
1 changed files with 0 additions and 5 deletions
|
|
@ -35,10 +35,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#ifdef COMPILING_LINT
|
||||
#warning "The eni driver is broken and is not compiled with LINT"
|
||||
#else
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/kernel.h>
|
||||
#include <sys/systm.h>
|
||||
|
|
@ -697,4 +693,3 @@ eni_pci_shutdown ( eup, howto )
|
|||
}
|
||||
#endif /* BSD < 199506 */
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue