From owner-cvs-all Sat Apr 29 23:31:34 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AE53837B518; Sat, 29 Apr 2000 23:31:29 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA06546; Sat, 29 Apr 2000 23:31:29 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <200004300631.XAA06546@freefall.freebsd.org> From: Bruce Evans Date: Sat, 29 Apr 2000 23:31:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys filedesc.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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