summaryrefslogtreecommitdiffstats
path: root/release/sysinstall/disks.c
diff options
context:
space:
mode:
Diffstat (limited to 'release/sysinstall/disks.c')
-rw-r--r--release/sysinstall/disks.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/release/sysinstall/disks.c b/release/sysinstall/disks.c
index 94e9999..378c1a3 100644
--- a/release/sysinstall/disks.c
+++ b/release/sysinstall/disks.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: disks.c,v 1.35 1996/01/23 21:05:22 joerg Exp $
+ * $Id: disks.c,v 1.36 1996/03/18 15:27:49 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -382,6 +382,7 @@ diskPartition(Device *dev, Disk *d)
}
break;
+ case '\177':
case 'D':
if (chunk_info[current_chunk]->type == unused)
msg = "Partition is already unused!";
OpenPOWER on IntegriCloud