From owner-cvs-all Wed Jan 27 05:38:18 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA15491 for cvs-all-outgoing; Wed, 27 Jan 1999 05:38:18 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.40.131]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA15481 for ; Wed, 27 Jan 1999 05:38:16 -0800 (PST) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.9.1/8.8.5) with ESMTP id OAA30380 for ; Wed, 27 Jan 1999 14:37:47 +0100 (CET) To: committers@FreeBSD.ORG Subject: LINT doesn't compile ?? From: Poul-Henning Kamp Date: Wed, 27 Jan 1999 14:37:47 +0100 Message-ID: <30378.917444267@critter.freebsd.dk> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wuninitialized -Wformat -Wunused -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -DKERNEL -DVM_STACK -include opt_global.h -elf ../../pci/intpm.c ../../pci/intpm.c: In function `intsmb_alrintr': ../../pci/intpm.c:298: `error' undeclared (first use this function) ../../pci/intpm.c:298: (Each undeclared identifier is reported only once ../../pci/intpm.c:298: for each function it appears in.) ../../pci/intpm.c:304: `addr' undeclared (first use this function) ../../pci/intpm.c: In function `force_pci_map_int': ../../pci/intpm.c:676: warning: implicit declaration of function `next_apic_irq' *** Error code 1 (continuing) cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wuninitialized -Wformat -Wunused -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -DKERNEL -DVM_STACK -include opt_global.h -elf ../../dev/usb/uhci.c ../../dev/usb/uhci.c: In function `uhci_dumpregs': ../../dev/usb/uhci.c:406: `UHCI_LEGSUP' undeclared (first use this function) ../../dev/usb/uhci.c:406: (Each undeclared identifier is reported only once ../../dev/usb/uhci.c:406: for each function it appears in.) machine/cpufunc.h:284: warning: inlining failed in call to `inw' ../../dev/usb/uhci.c:406: warning: called from here *** Error code 1 (continuing) `kernel' not remade because of errors. -- Poul-Henning Kamp FreeBSD coreteam member phk@FreeBSD.ORG "Real hackers run -current on their laptop." FreeBSD -- It will take a long time before progress goes too far! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message