From owner-freebsd-current Fri Oct 20 23:23:44 2000 Delivered-To: freebsd-current@freebsd.org Received: from updraft.jp.freebsd.org (updraft.jp.FreeBSD.ORG [210.157.158.42]) by hub.freebsd.org (Postfix) with ESMTP id B4F4837B479 for ; Fri, 20 Oct 2000 23:23:41 -0700 (PDT) Received: from castle2.jp.FreeBSD.org (castle2.jp.FreeBSD.org [210.226.20.120]) by updraft.jp.freebsd.org (8.9.3+3.2W/8.7.3) with ESMTP id PAA66921 for ; Sat, 21 Oct 2000 15:23:40 +0900 (JST) (envelope-from matusita@jp.FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by castle2.jp.FreeBSD.org (8.11.0+3.3W/8.11.0) with ESMTP/inet id e9L6NeE28828 for ; Sat, 21 Oct 2000 15:23:40 +0900 (JST) (envelope-from matusita@jp.FreeBSD.org) X-Face: '*aj"d@ijeQ:/X}]oM5c5Uz{ZZZk90WPt>a^y4$cGQp8:!H\W=hSM;PuNiidkc]/%,;6VGu e+`&APmz|P;F~OL/QK%;P2vU>\j4X.8@i%j6[%DTs_3J,Fff0)*oHg$A.cDm&jc#pD24WK@{,"Ef!0 P\):.2}8jo-BiZ?X&t$V X-User-Agent: Mew/1.94.2 XEmacs/21.2 (Notus) X-FaceAnim: (-O_O-)(O_O- )(_O- )(O- )(- -)( -O)( -O_)( -O_O)(-O_O-) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Dispatcher: imput version 20000228(IM140) Lines: 27 From: Makoto MATSUSHITA To: current@freebsd.org Subject: buildkernel breakage on Today's kernel Date: Sat, 21 Oct 2000 15:23:38 +0900 Message-Id: <20001021152338Y.matusita@jp.FreeBSD.org> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG From : 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 -DGPROF -D_KERNEL -include opt_global.h -elf -malign-functions=4 -fno-builtin -mpreferred-stack-boundary=2 -pg ../../dev/en/midway.c In file included from ../../dev/en/midway.c:160: ../../dev/en/midwayreg.h:13: conflicting types for `bus_space_tag_t' machine/bus_at386.h:110: previous declaration of `bus_space_tag_t' ../../dev/en/midwayreg.h:13: warning: redundant redeclaration of `bus_space_tag_t' in same scope machine/bus_at386.h:110: warning: previous declaration of `bus_space_tag_t' ../../dev/en/midwayreg.h:15: conflicting types for `bus_space_handle_t' machine/bus_at386.h:111: previous declaration of `bus_space_handle_t' ../../dev/en/midwayreg.h:15: warning: redundant redeclaration of `bus_space_handle_t' in same scope machine/bus_at386.h:111: warning: previous declaration of `bus_space_handle_t' ../../dev/en/midwayreg.h:16: redefinition of `bus_size_t' machine/bus_at386.h:96: `bus_size_t' previously declared here ../../dev/en/midwayreg.h:17: conflicting types for `bus_addr_t' machine/bus_at386.h:95: previous declaration of `bus_addr_t' ../../dev/en/midwayreg.h:17: warning: redundant redeclaration of `bus_addr_t' in same scope machine/bus_at386.h:95: warning: previous declaration of `bus_addr_t' *** Error code 1 src/sys/dev/en/midwayreg.h says 'bus_space_tag_t' is 'void *', however, src/sys/i386/include/bus_at386.h says it is 'int'. Sorry, I dunno which is correct. -- - Makoto `MAR' MATSUSHITA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message