]> git.ipfire.org Git - thirdparty/squid.git/commit - configure.ac
Portability: provide xstatvfs() shim for system call statvfs()
authorAmos Jeffries <squid3@treenet.co.nz>
Thu, 2 Oct 2014 12:07:26 +0000 (05:07 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Thu, 2 Oct 2014 12:07:26 +0000 (05:07 -0700)
commit615540cd6b5cf323733e3bfd5eead37f8358d478
treeb0393447a5072fdf1731b36816566bdd02da8186
parent68bd018289e4043e662faa1e3ef758a4f0a72513
Portability: provide xstatvfs() shim for system call statvfs()

statfs() and struct statfs have been deprecated for years. Hoewver the
POSIX statvfs replacements are still not universally available.

Remove deprecated statfs() and struct statfs usage from Squid. Although
they may still be used by the xstatvfs() compatibility wrapper if they
are the only available API.
acinclude/os-deps.m4
compat/Makefile.am
compat/compat.h
compat/mswindows.cc
compat/os/mswindows.h
compat/statvfs.cc [new file with mode: 0644]
compat/statvfs.h [new file with mode: 0644]
configure.ac
src/store_dir.cc