diff options
| author | Joerg Wunsch <joerg@FreeBSD.org> | 1996-03-24 18:55:39 +0000 |
|---|---|---|
| committer | Joerg Wunsch <joerg@FreeBSD.org> | 1996-03-24 18:55:39 +0000 |
| commit | e2c8e21d6b2b8722d57a5640a29e5208e5096b06 (patch) | |
| tree | 80feac0531a85adb4f38e22d68a6af44b6835fcb /lib/libdisk/create_chunk.c | |
| parent | 65bfae763d162fd50ea60edfd0111ead308fc911 (diff) | |
Notes
Diffstat (limited to 'lib/libdisk/create_chunk.c')
| -rw-r--r-- | lib/libdisk/create_chunk.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libdisk/create_chunk.c b/lib/libdisk/create_chunk.c index 6c32a7d9a640..05a22a26ad68 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.21.2.6 1995/11/18 10:02:10 jkh Exp $ + * $Id: create_chunk.c,v 1.22 1995/12/07 10:33:20 peter Exp $ * */ @@ -244,7 +244,7 @@ Create_Chunk_DWIM(struct disk *d, struct chunk *parent , u_long size, chunk_e ty } int -MakeDev(struct chunk *c1, char *path) +MakeDev(struct chunk *c1, const char *path) { char *p = c1->name; u_long cmaj, bmaj, min, unit, part, slice; @@ -340,7 +340,7 @@ MakeDev(struct chunk *c1, char *path) } int -MakeDevChunk(struct chunk *c1, char *path) +MakeDevChunk(struct chunk *c1, const char *path) { int i; @@ -353,7 +353,7 @@ MakeDevChunk(struct chunk *c1, char *path) } int -MakeDevDisk(struct disk *d, char *path) +MakeDevDisk(struct disk *d, const char *path) { return MakeDevChunk(d->chunks, path); } |
