Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Oct 2005 23:17:45 +0000 (UTC)
From:      Yar Tikhiy <yar@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/fs/nwfs nwfs_vfsops.c src/sys/fs/smbfs smbfs_vfsops.c src/sys/netgraph ng_mppc.c
Message-ID:  <200510142317.j9ENHjoD095447@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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