diff options
author | imp <imp@FreeBSD.org> | 1999-10-29 17:28:09 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 1999-10-29 17:28:09 +0000 |
commit | d9bac1e9bec138c1b808713e973f926ce055bcf6 (patch) | |
tree | feb00ae772831525004d568a78c320dbc680547b /sys/dev/xe | |
parent | 91b7df94a850b2ae9c34050d19bcfb37ae1966ba (diff) | |
download | FreeBSD-src-d9bac1e9bec138c1b808713e973f926ce055bcf6.zip FreeBSD-src-d9bac1e9bec138c1b808713e973f926ce055bcf6.tar.gz |
Disable old PCCARD_MODULE code.
This should fix LINT.
Prompted by: phk's explicit message about LINT breakage
Diffstat (limited to 'sys/dev/xe')
-rw-r--r-- | sys/dev/xe/if_xe.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/xe/if_xe.c b/sys/dev/xe/if_xe.c index 0cf8083..715ab79 100644 --- a/sys/dev/xe/if_xe.c +++ b/sys/dev/xe/if_xe.c @@ -109,6 +109,8 @@ #if NXE > 0 +#undef NCARD +#define NCARD 0 #if NCARD > 0 #include <sys/param.h> |