From owner-freebsd-current Wed Oct 18 0:31:49 2000 Delivered-To: freebsd-current@freebsd.org Received: from kbtfw.kubota.co.jp (kbtfw.kubota.co.jp [133.253.102.202]) by hub.freebsd.org (Postfix) with ESMTP id DDD5937B4CF; Wed, 18 Oct 2000 00:31:44 -0700 (PDT) Received: by kbtfw.kubota.co.jp; id QAA09076; Wed, 18 Oct 2000 16:31:40 +0900 (JST) Received: from unknown(133.253.122.1) by kbtfw.kubota.co.jp via smap (V4.2) id xma008964; Wed, 18 Oct 00 16:31:18 +0900 Received: from jkpc15.tk.kubota.co.jp ([133.253.157.145]) by kbtmx.eto.kubota.co.jp (8.9.3+3.2W/3.7W) with ESMTP id QAA27826; Wed, 18 Oct 2000 16:31:18 +0900 (JST) Received: from localhost (localhost.tk.kubota.co.jp [127.0.0.1]) by jkpc15.tk.kubota.co.jp (8.11.1/3.7W-02/21/99) with ESMTP id e9I7TWY17036; Wed, 18 Oct 2000 16:29:32 +0900 (JST) To: jhb@FreeBSD.org Cc: freebsd-current@FreeBSD.org Subject: kernel build error (Was: cvs commit: src/sys/kern kern_idle.c) In-Reply-To: <200010172312.QAA10147@freefall.freebsd.org> References: <200010172312.QAA10147@freefall.freebsd.org> X-Mailer: Mew version 1.94.1 on Emacs 20.7 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20001018162931F.haro@tk.kubota.co.jp> Date: Wed, 18 Oct 2000 16:29:31 +0900 From: Munehiro Matsuda X-Dispatcher: imput version 20000228(IM140) Lines: 29 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG After the following commit, my kernel fail to build with following errors: cc -c -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -g -nostdinc -I- -I. -I../.. -I../../../include -I../../contrib/dev/acpica/Subsystem/Include -D_KERNEL -include opt_global.h -elf -mpreferred-stack-boundary=2 ../../kern/kern_idle.c ../../kern/kern_idle.c: In function `idle_proc': ../../kern/kern_idle.c:106: `count' undeclared (first use in this function) ../../kern/kern_idle.c:106: (Each undeclared identifier is reported only once ../../kern/kern_idle.c:106: for each function it appears in.) *** Error code 1 :: Modified files: :: sys/kern kern_idle.c :: Log: :: - Wrap the sanity checks for staying in the idle loop for absurdly long :: amounts of time in #ifdef DIAGNOSTIC :: - Call vm_page_zero_idle() during the idle loop. :: :: Revision Changes Path :: 1.7 +13 -7 src/sys/kern/kern_idle.c Thank you, Haro =------------------------------------------------------------------------------ _ _ Munehiro (haro) Matsuda -|- /_\ |_|_| Business Incubation Dept., Kubota Corp. /|\ |_| |_|_| 1-3 Nihonbashi-Muromachi 3-Chome Chuo-ku Tokyo 103-8310, Japan Tel: +81-3-3245-3318 Fax: +81-3-3245-3315 Email: haro@kubota.co.jp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message