From owner-cvs-all Sun May 12 13:55:57 2002 Delivered-To: cvs-all@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by hub.freebsd.org (Postfix) with ESMTP id 2C03037B404; Sun, 12 May 2002 13:55:52 -0700 (PDT) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.2/8.12.2) with ESMTP id g4CKtEHA003543; Sun, 12 May 2002 22:55:14 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: 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 ... In-Reply-To: Your message of "Sun, 12 May 2002 13:49:41 PDT." <200205122049.g4CKnfk56704@freefall.freebsd.org> Date: Sun, 12 May 2002 22:55:14 +0200 Message-ID: <3542.1021236914@critter.freebsd.dk> From: Poul-Henning Kamp 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 Ok, I belive this unbreaks the breakage I caused by committing some UFS2 related cleanup patches in the wrong order. I'm busy running buildworld to double-verify this right now. Sorry about the trouble... Poul-Henning In message <200205122049.g4CKnfk56704@freefall.freebsd.org>, Poul-Henning Kamp writes: >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 > -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message