From owner-cvs-all Sun Jan 19 4:13:50 2003 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 0F4DB37B401; Sun, 19 Jan 2003 04:13:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7C5B43F18; Sun, 19 Jan 2003 04:13:47 -0800 (PST) (envelope-from jmallett@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0JCDlfh025152; Sun, 19 Jan 2003 04:13:47 -0800 (PST) (envelope-from jmallett@repoman.freebsd.org) Received: (from jmallett@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0JCDlRT025151; Sun, 19 Jan 2003 04:13:47 -0800 (PST) Message-Id: <200301191213.h0JCDlRT025151@repoman.freebsd.org> From: Juli Mallett Date: Sun, 19 Jan 2003 04:13:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/dumpfs dumpfs.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jmallett 2003/01/19 04:13:47 PST Modified files: sbin/dumpfs dumpfs.c Log: Kill initialisation and shadow warnings. Half-hearted cleanup (e.g. only the more important ones) of format warnings. XXX Lots of this assumes int32 can be printed with %d. Yuck. Reviewed by: bde Revision Changes Path 1.33 +21 -20 src/sbin/dumpfs/dumpfs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message