]> granicus.if.org Git - php/commit
Under FreeBSD, statfs(2) requires both <sys/mount.h> _and_ <sys/param.h>.
authorJon Parise <jon@php.net>
Thu, 21 Aug 2003 06:24:17 +0000 (06:24 +0000)
committerJon Parise <jon@php.net>
Thu, 21 Aug 2003 06:24:17 +0000 (06:24 +0000)
commit34821ed4742f29612c4b1041a92ae08fe8c9fac1
treea432524eee9cb4f16d6a15cf464a37da5c20055d
parentbf06717b1363abaf4c76deed07f1bee45e588576
Under FreeBSD, statfs(2) requires both <sys/mount.h> _and_ <sys/param.h>.
The autoconf check for <sys/mount.h> was failing because <sys/param.h>
wasn't being universally included.

This gets disk_total_space() and disk_free_space() working again under
FreeBSD.
configure.in
ext/standard/filestat.c