From owner-freebsd-current Fri Mar 12 9:50:43 1999 Delivered-To: freebsd-current@freebsd.org Received: from ns.plaut.de (ns.plaut.de [194.39.177.166]) by hub.freebsd.org (Postfix) with ESMTP id BE58C14F95 for ; Fri, 12 Mar 1999 09:50:32 -0800 (PST) (envelope-from root@nihil.plaut.de) Received: from totum.plaut.de (totum.plaut.de [194.39.177.9]) by ns.plaut.de (8.8.8/8.8.7) with ESMTP id SAA09970 for ; Fri, 12 Mar 1999 18:50:13 +0100 (CET) (envelope-from root@nihil.plaut.de) Received: (from uucp@localhost) by totum.plaut.de (8.8.7/8.7.3) with UUCP id SAA22067 for current@freebsd.org; Fri, 12 Mar 1999 18:50:13 +0100 (MET) Received: from localhost (root@localhost) by nihil.plaut.de (8.9.2/8.8.8) with ESMTP id SAA31884 for ; Fri, 12 Mar 1999 18:49:55 +0100 (CET) (envelope-from root@nihil.plaut.de) Date: Fri, 12 Mar 1999 18:49:55 +0100 (CET) From: Michael Reifenberger To: FreeBSD-Current Subject: -current kernel compile and PCCARD Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, under -current I get during kernel compile: ... cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -DCOMPAT_LINUX_THREADS -DKERNEL -DVM_STACK -include opt_global.h -elf ../../pccard/pcic.c ../../pccard/pcic.c:190: warning: static declaration for `register_pcic_intr' follows non-static ../../pccard/pcic.c:194: warning: static declaration for `unregister_pcic_intr' follows non-static ... loading kernel pccard.o: In function `unregister_device_interrupt': pccard.o(.text+0x31c): undefined reference to `unregister_pcic_intr' pccard.o: In function `pccard_alloc_intr': pccard.o(.text+0x691): undefined reference to `register_pcic_intr' *** Error code 1 Stop. I can't find the reason in pcic.c Anyone else? Bye! ---- Michael Reifenberger Plaut Software GmbH, R/3 Basis To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message