From owner-cvs-all@FreeBSD.ORG Fri Sep 26 18:18:28 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65A5216A4B3; Fri, 26 Sep 2003 18:18:28 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4F4F43FA3; Fri, 26 Sep 2003 18:18:27 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h8R1IRXJ074449; Fri, 26 Sep 2003 18:18:27 -0700 (PDT) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h8R1IRQu074448; Fri, 26 Sep 2003 18:18:27 -0700 (PDT) (envelope-from bde) Message-Id: <200309270118.h8R1IRQu074448@repoman.freebsd.org> From: Bruce Evans Date: Fri, 26 Sep 2003 18:18:27 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/msdosfs direntry.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Sep 2003 01:18:28 -0000 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