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: [EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to