Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Oct 2005 03:58:28 +0400
From:      Yar Tikhiy <yar@comp.chem.msu.su>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/fs/nwfs nwfs_vfsops.c src/sys/fs/smbfs smbfs_vfsops.c src/sys/netgraph ng_mppc.c
Message-ID:  <20051014235827.GA61518@comp.chem.msu.su>
In-Reply-To: <200510142317.j9ENHjoD095447@repoman.freebsd.org>
References:  <200510142317.j9ENHjoD095447@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Oct 14, 2005 at 11:17:45PM +0000, Yar Tikhiy wrote:
> yar         2005-10-14 23:17:45 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     sys/fs/nwfs          nwfs_vfsops.c 
>     sys/fs/smbfs         smbfs_vfsops.c 
>     sys/netgraph         ng_mppc.c 
>   Log:
>   In preparation for making the modules actually use opt_*.h files
>   provided in the kernel build directory, fix modules that were
>   failing to build this way due to not quite correct kernel option
>   usage.  In particular:
>   
>   ng_mppc.c uses two complementary options, both of which are listed
>   in sys/conf/files.  Ideally, there should be a separate option for
>   including ng_mppc.c in kernel build, but now only
>   NETGRAPH_MPPC_ENCRYPTION is usable anyway, the other one requires
>   proprietary files.
>   
>   nwfs and smbfs were trying to ensure they were built with proper
>   network components, but the check was rather questionable.
>   
>   Discussed with: ru

And reviewed by: ru.

>   Revision  Changes    Path
>   1.42      +0 -4      src/sys/fs/nwfs/nwfs_vfsops.c
>   1.35      +0 -4      src/sys/fs/smbfs/smbfs_vfsops.c
>   1.24      +6 -0      src/sys/netgraph/ng_mppc.c

-- 
Yar



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051014235827.GA61518>