Enable diskfree on kfreebsd, using statvfs.

Could not reproduce the build failure I had seen related to this,
but the numbers were wrong with statfs64. Probably pulling from the wrong
place in the structure. statvfs seems to work..
This commit is contained in:
Joey Hess 2012-06-17 18:10:57 -04:00
parent 123766963e
commit 66344a3613
2 changed files with 4 additions and 11 deletions

1
debian/changelog vendored
View file

@ -3,6 +3,7 @@ git-annex (3.20120616) UNRELEASED; urgency=low
* watch: New subcommand, which uses inotify to watch for changes to
files and automatically annexes new files, etc, so you don't need
to manually run git commands when manipulating files.
* Enable diskfree on kfreebsd, using statvfs.
-- Joey Hess <joeyh@debian.org> Tue, 12 Jun 2012 11:35:59 -0400