diff options
| author | Mike Smith <msmith@FreeBSD.org> | 1999-11-27 21:20:57 +0000 |
|---|---|---|
| committer | Mike Smith <msmith@FreeBSD.org> | 1999-11-27 21:20:57 +0000 |
| commit | 78c8bacf3578d1eb5afc6ee187853380eb7302d3 (patch) | |
| tree | bbeb9bbf81261056d82d25deb270d521bbad5abf /lib/libdisk/create_chunk.c | |
| parent | aac7434a6332499671e8a220c38c91d264c7f6fb (diff) | |
Notes
Diffstat (limited to 'lib/libdisk/create_chunk.c')
| -rw-r--r-- | lib/libdisk/create_chunk.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libdisk/create_chunk.c b/lib/libdisk/create_chunk.c index 8c5ed6488f3b..95b10ae21a28 100644 --- a/lib/libdisk/create_chunk.c +++ b/lib/libdisk/create_chunk.c @@ -255,8 +255,6 @@ MakeDev(struct chunk *c1, const char *path) bmaj = 0, cmaj = 3, p += 2; else if (!strncmp(p, "ad", 2)) /* XXX change if "ad' moves */ bmaj = 0, cmaj = 3, p += 2; - else if (!strncmp(p, "sd", 2)) - bmaj = 4, cmaj = 13, p += 2; else if (!strncmp(p, "wfd", 3)) bmaj = 1, cmaj = 87, p += 3; else if (!strncmp(p, "fla", 3)) |
