cvs commit: src/contrib/smbfs/mount_smbfs mount_smbfs.c
    Maxime Henrion 
    mux at FreeBSD.org
       
    Sun Jun 20 07:30:48 PDT 2004
    
    
  
mux         2004-06-20 14:30:34 UTC
  FreeBSD src repository
  Modified files:
    contrib/smbfs/mount_smbfs mount_smbfs.c 
  Log:
  Re-add the code to automatically load the smbfs.ko module if necessary.
  We can't realy on the mount(2) system call to do it for us here because
  smb_lib_init() needs the module and we call it before mount().  The old
  code has been slightly modified to not use the getvfsent(3) API which
  is now retired.
  
  Noticed by:     many
  
  Revision  Changes    Path
  1.4       +11 -1     src/contrib/smbfs/mount_smbfs/mount_smbfs.c
    
    
More information about the cvs-all
mailing list