cvs commit: src/sys/sys filedesc.h

Bruce Evans bde at FreeBSD.org
Thu Mar 4 02:56:31 PST 2004


bde         2004/03/04 02:56:30 PST

  FreeBSD src repository

  Modified files:
    sys/sys              filedesc.h 
  Log:
  Fixed insertion sort errors in includes and prototypes.  This was more
  than a style bug for the includes -- queue.h is a prerequisite for
  _lock.h and _mutex.h but was included after them.
  
  Removed bogus prototype for fget_locked().  The prototype was originally
  needed to support K&R but was bogotified by converting the function header
  to new-style.
  
  Revision  Changes    Path
  1.56      +7 -13     src/sys/sys/filedesc.h


More information about the cvs-src mailing list