X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fpartmap.c;h=2b70f1d916f6e16e0235687f0f51007aac44f849;hb=534019614dd611e7df29a0c8c59f2a869a2c0c39;hp=baaef9c2129b70fa98ffe76a2c1d0f31a3911f56;hpb=f3625d622964cf99300ceb7e499b99ebbce9fe69;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));