From owner-freebsd-bugs Sat Jan 8 21:44:12 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from davida.com (davida.com [204.107.144.130]) by hub.freebsd.org (Postfix) with ESMTP id B5D5715197 for ; Sat, 8 Jan 2000 21:44:09 -0800 (PST) (envelope-from jd@davida.com) Received: (from jd@localhost) by davida.com (8.9.3/8.9.3) id XAA76441 for bugs@freebsd.org; Sat, 8 Jan 2000 23:44:07 -0600 (CST) (envelope-from jd) Date: Sat, 8 Jan 2000 23:44:07 -0600 (CST) From: Joseph Davida Message-Id: <200001090544.XAA76441@davida.com> To: bugs@freebsd.org Subject: Missing funcs/macros Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I tried to compile the 4.0-20000105-CURRENT snapshot for my machine's configuration. This current release is in bad shape. File ../../dev/ppbus/lpbb.c includes a non-existent header file: #include "iicbb_if.h". File kern/subr_bus.c calls undefined macros/functions: cc -c -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing -prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -no stdinc -I- -I. -I../.. -I../../../include -D_KERNEL -include opt_global.h -elf -mpreferred-stack-boundary=2 ../../kern/subr_bus.c ../../kern/subr_bus.c: In function `devclass_add_driver': ../../kern/subr_bus.c:323: warning: implicit declaration of function `BUS_DRIVER _ADDED' ../../kern/subr_bus.c: In function `device_print_child': ../../kern/subr_bus.c:637: void value not ignored as it ought to be ../../kern/subr_bus.c: In function `device_probe_and_attach': ../../kern/subr_bus.c:1147: warning: implicit declaration of function `BUS_PROBE _NOMATCH' ../../kern/subr_bus.c: In function `device_detach': ../../kern/subr_bus.c:1171: warning: implicit declaration of function `BUS_CHILD _DETACHED' ../../kern/subr_bus.c: In function `bus_generic_probe': ../../kern/subr_bus.c:1819: warning: implicit declaration of function `DEVICE_ID ENTIFY' ../../kern/subr_bus.c: In function `bus_generic_setup_intr': ../../kern/subr_bus.c:1964: warning: passing arg 4 of `BUS_SETUP_INTR' makes poi nter from integer without a cast ../../kern/subr_bus.c:1964: too many arguments to function `BUS_SETUP_INTR' ../../kern/subr_bus.c: In function `bus_setup_intr': ../../kern/subr_bus.c:2077: warning: passing arg 4 of `BUS_SETUP_INTR' makes poi nter from integer without a cast ../../kern/subr_bus.c:2077: too many arguments to function `BUS_SETUP_INTR' ../../kern/subr_bus.c: In function `bus_set_resource': ../../kern/subr_bus.c:2092: warning: implicit declaration of function `BUS_SET_R ESOURCE' ../../kern/subr_bus.c: In function `bus_get_resource': ../../kern/subr_bus.c:2100: warning: implicit declaration of function `BUS_GET_R ESOURCE' ../../kern/subr_bus.c: In function `bus_delete_resource': ../../kern/subr_bus.c:2133: warning: implicit declaration of function `BUS_DELET E_RESOURCE' *** Error code 1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message