diff options
| author | Warner Losh <imp@FreeBSD.org> | 1999-10-29 17:28:09 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 1999-10-29 17:28:09 +0000 |
| commit | e653ecce875abfb5b872adbfd099e7b54c5317ee (patch) | |
| tree | feb00ae772831525004d568a78c320dbc680547b /sys/dev/pccard | |
| parent | 3893348e48cdbb123b0c399bcd8ad1be83e415df (diff) | |
Notes
Diffstat (limited to 'sys/dev/pccard')
| -rw-r--r-- | sys/dev/pccard/if_xe.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/pccard/if_xe.c b/sys/dev/pccard/if_xe.c index 0cf808325125..715ab79191de 100644 --- a/sys/dev/pccard/if_xe.c +++ b/sys/dev/pccard/if_xe.c @@ -109,6 +109,8 @@ #if NXE > 0 +#undef NCARD +#define NCARD 0 #if NCARD > 0 #include <sys/param.h> |
