X-Git-Url: http://git.archive.openwrt.org/?p=project%2Ffstools.git;a=blobdiff_plain;f=block.c;h=71ffd0b87df57108a85f202b8547e5e7e15e25cd;hp=ef5866542e71350fd10db40cab75923485359b48;hb=7a967198b9b18d00526094a43248b1c0892eb4aa;hpb=db5d39d48b9d9a77565015c1aafb3ef0d2925f02 diff --git a/block.c b/block.c index ef58665..71ffd0b 100644 --- a/block.c +++ b/block.c @@ -627,7 +627,7 @@ static void check_filesystem(struct blkid_struct_probe *pr) { pid_t pid; struct stat statbuf; - char *e2fsck = "/usr/sbin/e2fsck"; + const char *e2fsck = "/usr/sbin/e2fsck"; /* UBIFS does not need stuff like fsck */ if (!strncmp(pr->id->name, "ubifs", 5))