Date: Tue, 12 Dec 1995 19:31:03 +1100 From: Bruce Evans <bde@zeta.org.au> To: scrappy@hub.org, sos@FreeBSD.org Cc: current@FreeBSD.org, jkh@FreeBSD.org Subject: Re: WHAT is going on in -current ??????? Message-ID: <199512120831.TAA22678@godzilla.zeta.org.au>
next in thread | raw e-mail | index | archive | help
> haven't just sup'd the most recent kernel sources in, I
>get to:
>loading kernel
>../../ufs/ffs/ffs_vfsops.c:660: Undefined symbol `_vn_vmio_close' referenced from text segment
>*** Error code 1
> when trying to make it. Someone has probably found and fixed
>this already, just hasn't commited it yet :)
The problem is a normal inconsistency from the sources only being checked
out every few hours.
vn_vmio_close() was added to vfs_vnops.c on 1995/12/11 04:56:13
A call to vm_vmio_close() was added to ffs_vfsops.c on 1995/12/11 04:57:39
Fix: don't sup sources while they are changing.
Bruce
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199512120831.TAA22678>
