Date: Sun, 12 May 2002 22:55:14 +0200 From: Poul-Henning Kamp <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 ... Message-ID: <3542.1021236914@critter.freebsd.dk> In-Reply-To: Your message of "Sun, 12 May 2002 13:49:41 PDT." <200205122049.g4CKnfk56704@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3542.1021236914>