diff options
-rw-r--r-- | mapfile.c | 2 | ||||
-rw-r--r-- | util.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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; @@ -1543,7 +1543,7 @@ int open_container(int fd) /* 'fd' is a block device. Find out if it is in use * by a container, and return an open fd on that container. */ - char path[256]; + char path[288]; char *e; DIR *dir; struct dirent *de; |