Re: [PATCH 2/4] sutils: fix a compiler warning

2013-07-01 Thread Samuel Thibault
Applied, thanks.

[PATCH 2/4] sutils: fix a compiler warning

2013-07-01 Thread Justus Winter
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