From d9bac1e9bec138c1b808713e973f926ce055bcf6 Mon Sep 17 00:00:00 2001 From: imp Date: Fri, 29 Oct 1999 17:28:09 +0000 Subject: Disable old PCCARD_MODULE code. This should fix LINT. Prompted by: phk's explicit message about LINT breakage --- sys/i386/isa/if_wi.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/i386/isa') diff --git a/sys/i386/isa/if_wi.c b/sys/i386/isa/if_wi.c index 7d5432a..79ebcd5 100644 --- a/sys/i386/isa/if_wi.c +++ b/sys/i386/isa/if_wi.c @@ -68,6 +68,8 @@ #define WI_HERMES_STATS_WAR /* Work around stats counter bug. */ #include "card.h" +#undef NCARD +#define NCARD 0 #include "wi.h" #include -- cgit v1.1