Date: Wed, 18 Oct 2000 16:29:31 +0900 From: Munehiro Matsuda <haro@tk.kubota.co.jp> To: jhb@FreeBSD.org Cc: freebsd-current@FreeBSD.org Subject: kernel build error (Was: cvs commit: src/sys/kern kern_idle.c) Message-ID: <20001018162931F.haro@tk.kubota.co.jp> In-Reply-To: <200010172312.QAA10147@freefall.freebsd.org> References: <200010172312.QAA10147@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001018162931F.haro>
