Ticket #1774: Various build fixups (missing includes, name clashes, ...)

m4.include/ac-get-fs-info.m4: fixed const char* issue which triggers break on -Wall

Signed-off-by: Slava Zanko <slavazanko@gmail.com>
This commit is contained in:
Enrico Weigelt, metux IT service 2009-10-28 10:48:52 +01:00
parent d740efceba
commit 6a4a88ea68
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ if test x"$ac_cv_func_getmntent" = xyes; then
# endif
#endif
],
[ struct mntent *mnt = 0; char *table = MOUNTED;
[ struct mntent *mnt = 0; const char *table = MOUNTED;
if (sizeof mnt && sizeof table) return 0;],
fu_cv_sys_mounted_getmntent1=yes,
fu_cv_sys_mounted_getmntent1=no)])