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 FreeBSD.org
Fri Oct 14 16:17:46 PDT 2005
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
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
More information about the cvs-src
mailing list