cvs commit: src/sys/fs/nwfs nwfs_vfsops.c src/sys/fs/smbfs smbfs_vfsops.c src/sys/netgraph ng_mppc.c

Yar Tikhiy yar at comp.chem.msu.su
Fri Oct 14 16:58:32 PDT 2005


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


More information about the cvs-all mailing list