summaryrefslogtreecommitdiffstats
path: root/release/sysinstall/label.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-07-14 01:54:39 +0000
committerjkh <jkh@FreeBSD.org>1996-07-14 01:54:39 +0000
commit0a66b4f53af262b5e10fac0f9ba77c6f7bb1ff12 (patch)
tree7b341e6b9a6b332b18507994d0ffcfdbe738aae8 /release/sysinstall/label.c
parent49cbb2bcfc3ba7cf6685fc91c0bced5bb2ce69e8 (diff)
downloadFreeBSD-src-0a66b4f53af262b5e10fac0f9ba77c6f7bb1ff12.zip
FreeBSD-src-0a66b4f53af262b5e10fac0f9ba77c6f7bb1ff12.tar.gz
Damn - looks like upgrade got broken along the way and it's not something
I usually test, so... :-( Guess we'll have to slide the tag forward on these two files - Peter, could you do the honors? I've been up for the last 30 hours or so and I just *know* that any attempt on my part to do this would probably end up deleting the entire repository somehow. :-)
Diffstat (limited to 'release/sysinstall/label.c')
-rw-r--r--release/sysinstall/label.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/release/sysinstall/label.c b/release/sysinstall/label.c
index 8235921..ed9c26e 100644
--- a/release/sysinstall/label.c
+++ b/release/sysinstall/label.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: label.c,v 1.51 1996/07/09 03:07:51 jkh Exp $
+ * $Id: label.c,v 1.52 1996/07/12 15:24:49 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -239,7 +239,6 @@ static PartInfo *
new_part(char *mpoint, Boolean newfs, u_long size)
{
PartInfo *ret;
- u_long target, divisor;
if (!mpoint)
mpoint = "/change_me";
OpenPOWER on IntegriCloud