The official pacman repository branch, maint, updated. v3.5.1-34-gff6f602
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The official pacman repository".
The branch, maint has been updated
via ff6f6027f09beaac9e387ca12f75583bba1dac21 (commit)
via a479e0300baf48781d145e204e11a20059ad4caa (commit)
via f8882839103442787c49b8021cfd8ae2784211ad (commit)
from 272e9b355b17ab663ac4a0d9515d381dcf6f03ec (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
diskspace: add the actually used statfs type in ifdefs
Some systems, like FreeBSD might define both statfs
and statvfs: however if statvfs exists whereas getmntinfo()
uses a statfs struct, the current ifdefs would select the wrong
line of code.