cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.c
    Bruce Evans 
    bde at FreeBSD.org
       
    Mon Aug  6 18:38:00 PDT 2007
    
    
  
bde         2007-08-07 01:37:59 UTC
  FreeBSD src repository
  Modified files:
    sys/fs/msdosfs       msdosfs_vfsops.c 
  Log:
  Include <sys/mutex.h>'s prerequisite <sys/lock.h> instead of depending on
  namespace pollution in <sys/vnode.h>.
  
  Sort the include of <sys/mutex.h> instead of unsorting it after
  <sys/vnode.h> and depending on the pollution there.
  
  Approved by:    re (kensmith) (blanket)
  
  Revision  Changes    Path
  1.171     +2 -1      src/sys/fs/msdosfs/msdosfs_vfsops.c
    
    
More information about the cvs-all
mailing list