cc -O -pipe -march=pentiumpro  -D_KERNEL -Wall -Wredundant-decls 
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes 
-Wpointer-arith -Winline -Wcast-qual  -Wno-fo
rmat -ansi -DKLD_MODULE -nostdinc -I-   -I. -I@ -I@/dev 
-I@/../include -fno-common  -mpreferred-stack-boundary=2 
-ffreestanding -Wall -Wredundant-decls -Wnested-externs
-Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith 
-Winline -Wcast-qual  -Wno-format -ansi -c 
/usr/src/sys/dev/xe/if_xe_pccard.c

In file included from /usr/src/sys/dev/xe/if_xe_pccard.c:53:
card_if.h:166: syntax error before "pccard_product_match_fn"
card_if.h:166: warning: function declaration isn't a prototype
card_if.h:169: syntax error before "pccard_product_match_fn"
card_if.h:170: warning: function declaration isn't a prototype
card_if.h: In function `CARD_DO_PRODUCT_LOOKUP':
card_if.h:172: `bus' undeclared (first use in this function)
card_if.h:172: (Each undeclared identifier is reported only once
card_if.h:172: for each function it appears in.)
card_if.h:173: `dev' undeclared (first use in this function)
card_if.h:173: `tab' undeclared (first use in this function)
card_if.h:173: `ent_size' undeclared (first use in this function)
card_if.h:173: `matchfn' undeclared (first use in this function)
*** Error code 1


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to