summaryrefslogtreecommitdiff
path: root/lib/libdisk/create_chunk.c
diff options
context:
space:
mode:
authorJustin T. Gibbs <gibbs@FreeBSD.org>1998-09-15 10:23:17 +0000
committerJustin T. Gibbs <gibbs@FreeBSD.org>1998-09-15 10:23:17 +0000
commitd02ee3ee3e1496698e53b78a76f5f8d54d3fd033 (patch)
tree2362cc5ff23c92a887ca747a396129e1cfd98740 /lib/libdisk/create_chunk.c
parent9bb268091ebd97362da79161bbbbda726e73d437 (diff)
Notes
Diffstat (limited to 'lib/libdisk/create_chunk.c')
-rw-r--r--lib/libdisk/create_chunk.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libdisk/create_chunk.c b/lib/libdisk/create_chunk.c
index 10ce2e088e26..86e18f87319a 100644
--- a/lib/libdisk/create_chunk.c
+++ b/lib/libdisk/create_chunk.c
@@ -6,7 +6,7 @@
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
* ----------------------------------------------------------------------------
*
- * $Id: create_chunk.c,v 1.29 1998/02/10 17:19:12 jkh Exp $
+ * $Id: create_chunk.c,v 1.30 1998/03/20 23:43:03 jkh Exp $
*
*/
@@ -257,8 +257,6 @@ MakeDev(struct chunk *c1, const char *path)
bmaj = 0, cmaj = 3;
else if (!strncmp(p, "sd", 2))
bmaj = 4, cmaj = 13;
- else if (!strncmp(p, "od", 2))
- bmaj = 20, cmaj = 70;
else if (!strncmp(p, "wfd", 3))
bmaj = 1, cmaj = 87;
else if (!strncmp(p, "da", 2)) /* CAM support */