diff options
author | jkh <jkh@FreeBSD.org> | 1999-12-12 04:58:02 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1999-12-12 04:58:02 +0000 |
commit | 5dc2695cfcb184d5382b50e31170898726ed36da (patch) | |
tree | be4b1ca9e1b4f3fe59f94e07b368a81e89037492 /usr.sbin/sysinstall/disks.c | |
parent | 28076d9c633aacfcaa0c2663ad5af48e79f6730b (diff) | |
download | FreeBSD-src-5dc2695cfcb184d5382b50e31170898726ed36da.zip FreeBSD-src-5dc2695cfcb184d5382b50e31170898726ed36da.tar.gz |
I shouldn't have incremented PART_OFF; it was wrong and broke label
display to boot. Also fix some various warning fluff while I'm in
here cleaning up.
Diffstat (limited to 'usr.sbin/sysinstall/disks.c')
-rw-r--r-- | usr.sbin/sysinstall/disks.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/disks.c b/usr.sbin/sysinstall/disks.c index 182bfac..9c736a8 100644 --- a/usr.sbin/sysinstall/disks.c +++ b/usr.sbin/sysinstall/disks.c @@ -651,7 +651,6 @@ diskPartitionWrite(dialogMenuItem *self) return DITEM_SUCCESS; for (i = 0; devs[i]; i++) { - Chunk *c1; Disk *d = (Disk *)devs[i]->private; static u_char *boot1; #ifndef __alpha__ |