From d6d246bc1c94df10b3a7a8ead75d75c3e5a16e5c Mon Sep 17 00:00:00 2001 From: Alfred Perlstein Date: Tue, 11 Jun 2002 21:22:32 +0000 Subject: [PATCH] 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. --- sys/dev/hea/eni.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/sys/dev/hea/eni.c b/sys/dev/hea/eni.c index d1b2ef316ab..269f3767e9b 100644 --- a/sys/dev/hea/eni.c +++ b/sys/dev/hea/eni.c @@ -35,10 +35,6 @@ * */ -#ifdef COMPILING_LINT -#warning "The eni driver is broken and is not compiled with LINT" -#else - #include #include #include @@ -697,4 +693,3 @@ eni_pci_shutdown ( eup, howto ) } #endif /* BSD < 199506 */ #endif -#endif