cvs commit: src/sys/fs/msdosfs direntry.h

Bruce Evans bde at FreeBSD.org
Fri Sep 26 18:18:28 PDT 2003


bde         2003/09/26 18:18:27 PDT

  FreeBSD src repository

  Modified files:
    sys/fs/msdosfs       direntry.h 
  Log:
  Fixed some style bugs in previous commit.  Mainly, forward-declare
  struct msdosfsmount so that this file has the same prerequisites as
  it used to.  The new prerequistite was a meta-style bug.  It required
  many style bugs (unsorted includes ...) elsewhere.
  
  Formatted prototypes in KNF.  Resisted urge to sort all the prototypes,
  to minimise differences with NetBSD.  (NetBSD has reformatted the
  prototypes but has not sorted them and  still uses __P(()).)
  
  Revision  Changes    Path
  1.18      +21 -15    src/sys/fs/msdosfs/direntry.h


More information about the cvs-src mailing list