diff options
| author | Jonathan Lemon <jlemon@FreeBSD.org> | 2000-03-09 15:05:20 +0000 |
|---|---|---|
| committer | Jonathan Lemon <jlemon@FreeBSD.org> | 2000-03-09 15:05:20 +0000 |
| commit | 0b6b4751b5bff7405f9542ca8ef9912d26f600e4 (patch) | |
| tree | 604775cb970131f9be554ea0f9aefad34219e265 /lib/libdisk/create_chunk.c | |
| parent | f63e7634ac231cf8d68ca60f1716f15fce01950f (diff) | |
Notes
Diffstat (limited to 'lib/libdisk/create_chunk.c')
| -rw-r--r-- | lib/libdisk/create_chunk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libdisk/create_chunk.c b/lib/libdisk/create_chunk.c index a1e1a7e91a0a..04e2a55bb388 100644 --- a/lib/libdisk/create_chunk.c +++ b/lib/libdisk/create_chunk.c @@ -268,7 +268,7 @@ MakeDev(struct chunk *c1, const char *path) else if (!strncmp(p, "fla", 3)) cmaj = 102, p += 3; else if (!strncmp(p, "idad", 4)) - cmaj = 109, p += 3; + cmaj = 109, p += 4; else if (!strncmp(p, "mlxd", 4)) cmaj = 131, p += 4; else if (!strncmp(p, "amrd", 4)) |
