X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=inline;f=lib%2Fpartmap.c;h=2b70f1d916f6e16e0235687f0f51007aac44f849;hb=08ec58075cd87236ea502c2c3b89e38126478167;hp=baaef9c2129b70fa98ffe76a2c1d0f31a3911f56;hpb=0b49b79a9debe807b2db229bac32a273e2e961b3;p=libucw.git diff --git a/lib/partmap.c b/lib/partmap.c index baaef9c2..2b70f1d9 100644 --- a/lib/partmap.c +++ b/lib/partmap.c @@ -30,7 +30,7 @@ #endif struct partmap * -partmap_open(byte *name, int writeable) +partmap_open(char *name, int writeable) { struct partmap *p = xmalloc_zero(sizeof(struct partmap));