Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Apr 2000 23:31:29 -0700 (PDT)
From:      Bruce Evans <bde@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sys filedesc.h
Message-ID:  <200004300631.XAA06546@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         2000/04/29 23:31:29 PDT

  Modified files:
    sys/sys              filedesc.h 
  Log:
  Removed superfluous forward declaration of struct klist.  Forward
  declarations of structs for use in prototypes are only necessary if
  the struct is not otherwise declared in scope.
  
  Removed prototypes for fdissequential() and fdsequential().  These
  functions never existed in FreeBSD.
  
  Fixed most style bugs in FreeBSD changes (mainly disordered prototypes
  and prototypes without parameter names).
  
  Revision  Changes    Path
  1.21      +17 -23    src/sys/sys/filedesc.h



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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