commit | 9906e6da8be98d27bffa2baeeccd40cf1a1b11c1 | [log] [tgz] |
---|---|---|
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | Wed Oct 14 16:33:58 2009 +0200 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Fri Nov 06 21:01:28 2009 +0000 |
tree | 3b74fdef35707d246da7519b75616bc7f2f4e100 | |
parent | 312891930180ba10bd9d65c3e47f92cf15a6dacd [diff] |
Fix handling of Linux systems without struct statfs64 * acinclude.m4 (AC_STATFS64): New macro to check for struct statfs64. * configure.ac: Call AC_STATFS64. * file.c (printstatfs64, sys_statfs64, sys_fstatfs64): Compile only if struct statfs64 is available. Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>