From owner-cvs-all@FreeBSD.ORG Fri Dec 26 21:57:21 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 57A5F16A4CE; Fri, 26 Dec 2003 21:57:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1A7443D1D; Fri, 26 Dec 2003 21:57:20 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBR5vK0B077482; Fri, 26 Dec 2003 21:57:20 -0800 (PST) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBR5vK4E077481; Fri, 26 Dec 2003 21:57:20 -0800 (PST) (envelope-from bde) Message-Id: <200312270557.hBR5vK4E077481@repoman.freebsd.org> From: Bruce Evans Date: Fri, 26 Dec 2003 21:57:20 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/fsck_msdosfs main.c 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 Dec 2003 05:57:21 -0000 bde 2003/12/26 21:57:20 PST FreeBSD src repository Modified files: sbin/fsck_msdosfs main.c Log: Fixed style bugs in previous commit (unsorting of the global declarations and addition of a tab to a blank line). Revision Changes Path 1.11 +2 -2 src/sbin/fsck_msdosfs/main.c