this just in: kernel broken

2000-12-05 Thread Wesley Morgan


Source from latest cvs. World builds A-OK, kernel bombs, looks like it
needs to include sys/lock.h:

cc -c -O -pipe -mpentiumpro -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 -fno-builtin -mpreferred-stack-boundary=2
../../kern/kern_synch.c
../../kern/kern_synch.c: In function `schedcpu':
../../kern/kern_synch.c:289: warning: implicit declaration of function
`lockmgr'
../../kern/kern_synch.c:289: `LK_SHARED' undeclared (first use in this
function)
../../kern/kern_synch.c:289: (Each undeclared identifier is reported only
once
../../kern/kern_synch.c:289: for each function it appears in.)
../../kern/kern_synch.c:349: `LK_RELEASE' undeclared (first use in this
function)
*** Error code 1



-- 
   _ __ ___   ___ ___ ___
  Wesley N Morgan   _ __ ___ | _ ) __|   \
  [EMAIL PROTECTED] _ __ | _ \._ \ |) |
  FreeBSD: The Power To Serve  _ |___/___/___/
  6bone: 3ffe:1ce3:7::b4ff:fe53:c297
Hi! I'm a .signature virus! Copy me into your ~/.signature to help me spread!



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



RE: this just in: kernel broken

2000-12-05 Thread John Baldwin


On 06-Dec-00 Wesley Morgan wrote:
 
 Source from latest cvs. World builds A-OK, kernel bombs, looks like it
 needs to include sys/lock.h:

Doh, I forgot to do this, my bad.

-- 

John Baldwin [EMAIL PROTECTED] -- http://www.FreeBSD.org/~jhb/
PGP Key: http://www.baldwin.cx/~john/pgpkey.asc
"Power Users Use the Power to Serve!"  -  http://www.FreeBSD.org/


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