X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Ffsusage.m4;h=451bd7d1e81e7afbc9b377f0b93f526db092c26c;hb=a897449aaae8e6c051f3b9daaf984de5c5e092f3;hp=91a17afdf482a042980b2617f0eea2d37b84e0be;hpb=f2b62ff7e6360f418df082926030ff4dc77c5ca3;p=gnulib.git diff --git a/m4/fsusage.m4 b/m4/fsusage.m4 index 91a17afdf..451bd7d1e 100644 --- a/m4/fsusage.m4 +++ b/m4/fsusage.m4 @@ -1,4 +1,4 @@ -#serial 17 +#serial 18 # Obtaining file system usage information. # Copyright (C) 1997, 1998, 2000, 2001, 2003, 2004, 2005, 2006 Free Software @@ -74,6 +74,7 @@ if test $ac_fsusage_space = no; then #include #include #include + int main () { struct statfs fsd; @@ -106,6 +107,7 @@ member (AIX, 4.3BSD)]) #ifdef HAVE_SYS_VFS_H #include #endif + int main () { struct statfs fsd; @@ -130,6 +132,7 @@ if test $ac_fsusage_space = no; then AC_CACHE_VAL(fu_cv_sys_stat_statfs4, [AC_TRY_RUN([#include #include + int main () { struct statfs fsd; @@ -158,6 +161,7 @@ member (4.4BSD and NetBSD)]) #ifdef HAVE_SYS_MOUNT_H #include #endif + int main () { struct statfs fsd; @@ -190,6 +194,7 @@ if test $ac_fsusage_space = no; then #ifdef HAVE_SYS_FS_TYPES_H #include #endif + int main () { struct fs_data fsd;