From owner-cvs-all Sun May 12 13:49:46 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C14C337B403; Sun, 12 May 2002 13:49:41 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CKnfk56704; Sun, 12 May 2002 13:49:41 -0700 (PDT) (envelope-from phk) Message-Id: <200205122049.g4CKnfk56704@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sun, 12 May 2002 13:49:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen disklabel.c src/lib/libdisk write_disk.c src/sbin/disklabel disklabel.c src/sbin/fsck_ffs fsutil.c setup.c src/sbin/fsck_ifs fsutil.c setup.c src/sys/dev/ccd ccd.c src/sys/dev/vinum vinumhdr.h vinumio.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 phk 2002/05/12 13:49:41 PDT Modified files: lib/libc/gen disklabel.c lib/libdisk write_disk.c sbin/disklabel disklabel.c sbin/fsck_ffs fsutil.c setup.c sbin/fsck_ifs fsutil.c setup.c sys/dev/ccd ccd.c sys/dev/vinum vinumhdr.h vinumio.c sys/kern subr_diskslice.c Log: Retire the bogus uses of the disklabel field d_sbsize and begin to initialize it to zero so we don't have to have everbody and their aunt including FFS specific header files. Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.15 +1 -3 src/lib/libc/gen/disklabel.c 1.44 +1 -1 src/lib/libdisk/write_disk.c 1.50 +1 -7 src/sbin/disklabel/disklabel.c 1.12 +1 -0 src/sbin/fsck_ffs/fsutil.c 1.31 +0 -3 src/sbin/fsck_ffs/setup.c 1.7 +1 -0 src/sbin/fsck_ifs/fsutil.c 1.23 +0 -3 src/sbin/fsck_ifs/setup.c 1.104 +1 -2 src/sys/dev/ccd/ccd.c 1.27 +0 -1 src/sys/dev/vinum/vinumhdr.h 1.73 +1 -1 src/sys/dev/vinum/vinumio.c 1.103 +1 -5 src/sys/kern/subr_diskslice.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message