From c2f6887cfd9588f4f0683515cd06939211c2773d Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 9 Nov 1999 07:56:06 +0000 Subject: 1999-11-09 Roland McGrath * priv.h (_diskfs_chroot_directory): Remove const from type. * init-startup.c (_diskfs_chroot_directory): Likewise. --- libdiskfs/priv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libdiskfs/priv.h') 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; -- cgit v1.2.3