summaryrefslogtreecommitdiff
path: root/mkfs/rootdir.h
diff options
context:
space:
mode:
Diffstat (limited to 'mkfs/rootdir.h')
-rw-r--r--mkfs/rootdir.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkfs/rootdir.h b/mkfs/rootdir.h
index d0fc2eb5..f06c7dd1 100644
--- a/mkfs/rootdir.h
+++ b/mkfs/rootdir.h
@@ -23,7 +23,7 @@
struct directory_name_entry {
const char *dir_name;
- const char *path;
+ char *path;
ino_t inum;
struct list_head list;
};