cvs commit: src/sbin/bsdlabel bsdlabel.c
Nate Lawson
nate at root.org
Tue Jun 3 22:55:41 PDT 2003
On Tue, 3 Jun 2003, Poul-Henning Kamp wrote:
> Modified files:
> sbin/bsdlabel bsdlabel.c
> Log:
> Give ia64 the exact same semantics as i386 with respect to non-512
> byte sector devices.
>
> Revision Changes Path
> 1.98 +2 -1 src/sbin/bsdlabel/bsdlabel.c
FYI, this may change behavior relative to 5.1R.
> --- src/sbin/bsdlabel/bsdlabel.c:1.97 Tue Jun 3 19:01:05 2003
> +++ src/sbin/bsdlabel/bsdlabel.c Tue Jun 3 22:25:04 2003
> @@ -177,7 +177,8 @@
> bbsize = 8192;
> alphacksum = 1;
> } else if (!strcmp(optarg, "ia64")) {
> - labeloffset = 512;
> + labelsoffset = 1;
> + labeloffset = 0;
> bbsize = 8192;
> alphacksum = 0;
> } else {
>
More information about the cvs-src
mailing list