Subject: Re: CVS commit: src
To: Michael Lorenz <macallan@netbsd.org>
From: Chuck Silvers <chuq@chuq.com>
List: source-changes
Date: 02/12/2006 09:26:37
On Sun, Feb 12, 2006 at 12:53:50AM -0500, Michael Lorenz wrote:
> > Log Message:
> > convert "magiclinks" from a per-fs mount option to a system-wide
> > sysctl. as discussed on tech-kern quite some time ago.
> 
> Hmm, I get this now:
> ../../../../kern/vfs_subr.c: In function `sysctl_vfs_setup':
> ../../../../kern/vfs_subr.c:1979: error: `VFS_MAGICLINKS' undeclared
> (first use in this function) 
> ../../../../kern/vfs_subr.c:1979: error: (Each undeclared identifier is
> reported only once 
> ../../../../kern/vfs_subr.c:1979: error: for each function it appears
> in.)
> *** Error code 1
> 
> Stop.


oops, sorry about that.
I missed a file, looks like it's already been fixed.

-Chuck