]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - mapfile.c
mdadm: Fix building errors
[thirdparty/mdadm.git] / mapfile.c
index 8d7acb3cc389ca0ce49c1dabb99bfe2782875993..6b2207dd0303922a9b1aab22ccbd9de1a3d2fdad 100644 (file)
--- a/mapfile.c
+++ b/mapfile.c
@@ -215,7 +215,7 @@ void map_free(struct map_ent *map)
 }
 
 int map_update(struct map_ent **mpp, char *devnm, char *metadata,
-              int *uuid, char *path)
+              int uuid[4], char *path)
 {
        struct map_ent *map, *mp;
        int rv;