summaryrefslogtreecommitdiff
path: root/libdiskfs/priv.h
diff options
context:
space:
mode:
Diffstat (limited to 'libdiskfs/priv.h')
-rw-r--r--libdiskfs/priv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/priv.h b/libdiskfs/priv.h
index 032d7d09..57d00e66 100644
--- a/libdiskfs/priv.h
+++ b/libdiskfs/priv.h
@@ -36,7 +36,7 @@ extern int _diskfs_nosuid, _diskfs_noexec;
extern int _diskfs_noatime;
/* This is the -C argument value. */
-extern const char *_diskfs_chroot_directory;
+extern char *_diskfs_chroot_directory;
/* If --boot-command is given, this points to the program and args. */
extern char **_diskfs_boot_command;