summaryrefslogtreecommitdiffstats
path: root/release/sysinstall/label.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-05-21 18:24:34 +0000
committerjkh <jkh@FreeBSD.org>1995-05-21 18:24:34 +0000
commit62805dff4f29339b863c1ee3868683f1aa4b7099 (patch)
tree41f03d4ede770d7d67be6a3397d2e1ba4b102d68 /release/sysinstall/label.c
parentb3ede05d680c7e3cfb55fd33acd72b8365293a84 (diff)
downloadFreeBSD-src-62805dff4f29339b863c1ee3868683f1aa4b7099.zip
FreeBSD-src-62805dff4f29339b863c1ee3868683f1aa4b7099.tar.gz
Try AGAIN to get the disklabel editor to do the right thing.
This is getting ridiculous. I may have to put the clear() back and take the performance penalty, Poul. Tweak the TCP/IP setup menu to look a little nicer. Add lp0 to the list of available network devices (it was found before but simply not described properly).
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 a796f93..5395e1c 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.18 1995/05/21 15:40:49 jkh Exp $
+ * $Id: label.c,v 1.19 1995/05/21 17:53:27 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -264,7 +264,6 @@ get_partition_type(void)
else if (!strcmp(selection, "Swap"))
return PART_SWAP;
}
- clear();
return PART_NONE;
}
OpenPOWER on IntegriCloud