From 57dd722cff611c26f607121a56e226565b4287da Mon Sep 17 00:00:00 2001 From: phk Date: Mon, 21 Oct 2002 22:03:03 +0000 Subject: Lobotomize MakeDev(), we don't need it with devfs. --- lib/libdisk/create_chunk.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/libdisk/create_chunk.c b/lib/libdisk/create_chunk.c index aa287da..95ed72c 100644 --- a/lib/libdisk/create_chunk.c +++ b/lib/libdisk/create_chunk.c @@ -281,6 +281,7 @@ Create_Chunk_DWIM(struct disk *d, struct chunk *parent , u_long size, chunk_e ty int MakeDev(struct chunk *c1, const char *path) { +#if 0 char *p = c1->name; u_long cmaj, min, unit, part, slice; char buf[BUFSIZ], buf2[BUFSIZ]; @@ -439,6 +440,7 @@ MakeDev(struct chunk *c1, const char *path) msgDebug("chown of %s returned failure status!\n", buf); return 0; } +#endif return 1; } -- cgit v1.1