From owner-freebsd-current Fri Sep 22 15:57:43 2000 Delivered-To: freebsd-current@freebsd.org Received: from home.se (smtphost2.home.se [195.66.35.198]) by hub.freebsd.org (Postfix) with ESMTP id 6BC0337B423 for ; Fri, 22 Sep 2000 15:57:41 -0700 (PDT) Received: from alastyr@home.se [212.242.96.171] by home.se with Novell Internet Messaging System Web Client; Sat, 23 Sep 2000 00:57:17 Subject: Errors in src/sys/sys/buf.h From: Joel Lindau To: freebsd-current@freebsd.org Date: Fri, 22 Sep 2000 22:57:17 GMT X-Sender: Novell Internet Messaging System Web Client MIME-Version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-Id: <20000922225741.6BC0337B423@hub.freebsd.org> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, While compiling the aha module ( buildkernel ) on current i get the following errors from the include src/sys/sys/buf.h: -- ===> aha cc -O2 -pipe -D_KERNEL -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I- -I. -I@ -I@/../include -mpreferred-stack-boundary=2 -c /usr/src/sys/modules/aha/../../dev/aha/aha.c In file included from /usr/src/sys/modules/aha/../../dev/aha/aha.c:64: @/sys/buf.h:89: field `b_io' has incomplete type In file included from /usr/src/sys/modules/aha/../../dev/aha/aha.c:64: @/sys/buf.h: In function `bufq_insert_tail': @/sys/buf.h:375: `BIO_ORDERED' undeclared (first use in this function) @/sys/buf.h:375: (Each undeclared identifier is reported only once @/sys/buf.h:375: for each function it appears in.) -- It has been like this for uhm, like a month or so, since i first cvsup:ed to -current, like one week before the smpng patches were comitted. / Joel.L a.k.a Nevyn -- #FreeBSD.se, #unix.se To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message