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:
Alfred Perlstein 2002-06-11 21:22:32 +00:00
parent 7d1bd9c62c
commit d6d246bc1c

View File

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