From a5cf1e220def07290260e4125e74f41ac75cf88d Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Fri, 17 Jan 2014 18:10:58 +1100 Subject: - (dtucker) [configure.ac openbsd-compat/bsd-statvfs.c openbsd-compat/bsd-statvfs.h] Implement enough of statvfs on top of statfs to be useful (and for the regression tests to pass) on platforms that have statfs and fstatfs. ok djm@ --- configure.ac | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 2ac3afa38..c97e12f34 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -# $Id: configure.ac,v 1.551 2014/01/17 06:32:30 dtucker Exp $ +# $Id: configure.ac,v 1.552 2014/01/17 07:10:58 dtucker Exp $ # # Copyright (c) 1999-2004 Damien Miller # @@ -15,7 +15,7 @@ # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. AC_INIT([OpenSSH], [Portable], [openssh-unix-dev@mindrot.org]) -AC_REVISION($Revision: 1.551 $) +AC_REVISION($Revision: 1.552 $) AC_CONFIG_SRCDIR([ssh.c]) AC_LANG([C]) @@ -1585,6 +1585,7 @@ AC_CHECK_FUNCS([ \ fchmod \ fchown \ freeaddrinfo \ + fstatfs \ fstatvfs \ futimes \ getaddrinfo \ -- cgit v1.2.3