aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sysinstall/disks.c
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1996-03-20 14:11:22 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1996-03-20 14:11:22 +0000
commit1879e5afb7770ae0940cdaf400c0d950411ef976 (patch)
tree6b807f1e97dfc2bd2f9a903346e7e78b4ae4db76 /usr.sbin/sysinstall/disks.c
parent51fa90c524cf7fc962cce6a9d1816812217c5c8a (diff)
downloadsrc-1879e5afb7770ae0940cdaf400c0d950411ef976.tar.gz
src-1879e5afb7770ae0940cdaf400c0d950411ef976.zip
Accept DEL as a synonym for `delete'
Notes
Notes: svn path=/head/; revision=14725
Diffstat (limited to 'usr.sbin/sysinstall/disks.c')
-rw-r--r--usr.sbin/sysinstall/disks.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/disks.c b/usr.sbin/sysinstall/disks.c
index 94e99992e562..378c1a365530 100644
--- a/usr.sbin/sysinstall/disks.c
+++ b/usr.sbin/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!";