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
@ -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/param.h>
|
||||||
#include <sys/kernel.h>
|
#include <sys/kernel.h>
|
||||||
#include <sys/systm.h>
|
#include <sys/systm.h>
|
||||||
@ -697,4 +693,3 @@ eni_pci_shutdown ( eup, howto )
|
|||||||
}
|
}
|
||||||
#endif /* BSD < 199506 */
|
#endif /* BSD < 199506 */
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user