From owner-freebsd-current Sat Aug 21 12:12:33 1999 Delivered-To: freebsd-current@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.40.131]) by hub.freebsd.org (Postfix) with ESMTP id CE00314CB5 for ; Sat, 21 Aug 1999 12:12:26 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.9.3/8.9.2) with ESMTP id VAA15581 for ; Sat, 21 Aug 1999 21:12:08 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: current@freebsd.org Subject: if_de.c breakage ? From: Poul-Henning Kamp Date: Sat, 21 Aug 1999 21:12:08 +0200 Message-ID: <15579.935262728@critter.freebsd.dk> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Am I the only one to see these ? critter# make cc -c -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -DKERNEL -include opt_global.h -elf ../../pci/if_de.c ../../pci/if_de.c: In function `tulip_pci_attach': ../../pci/if_de.c:5316: warning: implicit declaration of function `EVENTHANDLER_REGISTER' ../../pci/if_de.c:5316: `shutdown_post_sync' undeclared (first use in this function) ../../pci/if_de.c:5316: (Each undeclared identifier is reported only once ../../pci/if_de.c:5316: for each function it appears in.) ../../pci/if_de.c:5317: `SHUTDOWN_PRI_DEFAULT' undeclared (first use in this function) *** Error code 1 Stop. critter# -- 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 freebsd-current" in the body of the message