Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Sep 2003 18:18:27 -0700 (PDT)
From:      Bruce Evans <bde@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/fs/msdosfs direntry.h
Message-ID:  <200309270118.h8R1IRQu074448@repoman.freebsd.org>

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



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