Re: [PATCH 2/4] sutils: fix a compiler warning
Applied, thanks.
[PATCH 2/4] sutils: fix a compiler warning
Fix a compiler warning by dropping the const qualifier. It is not appropriate to qualify pointers to dynamically allocated memory as const. * sutils/fstab.c (real_name): Drop const qualifier. --- sutils/fstab.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sutils/fstab.c