]> granicus.if.org Git - strace/commit
Fix handling of Linux systems without struct statfs64
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 14 Oct 2009 14:33:58 +0000 (16:33 +0200)
committerDmitry V. Levin <ldv@altlinux.org>
Fri, 6 Nov 2009 21:01:28 +0000 (21:01 +0000)
commit9906e6da8be98d27bffa2baeeccd40cf1a1b11c1
tree3b74fdef35707d246da7519b75616bc7f2f4e100
parent312891930180ba10bd9d65c3e47f92cf15a6dacd
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>
acinclude.m4
configure.ac
file.c