diff options
author | Joey Hess <joeyh@joeyh.name> | 2014-12-31 12:20:27 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2014-12-31 12:20:27 -0400 |
commit | 5114e9f971a6b18beac645319865d95ae3a314e3 (patch) | |
tree | 4c46ad1f8013395c95b7e610d88bf09eab6d94a2 /debian/changelog | |
parent | 98bc86a4847b5ba08e6fe087862f7ac40ae91a59 (diff) |
OSX: Switched away from deprecated statfs64 interface.
Getting rid of build warning
warning: 'statfs64' is deprecated: first deprecated in OS X 10.6
[-Wdeprecated-declarations]
10.6 is much older than the oldest git-annex OSX port, so won't break
anything.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index a387baadf..d7732cf33 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,7 @@ git-annex (5.20141220) UNRELEASED; urgency=medium * Windows: Fix local rsync filepath munging (fixes 26 test suite failures). * Windows: Got the rsync special remote working. * Windows: Fix handling of views of filenames containing '%' + * OSX: Switched away from deprecated statfs64 interface. -- Joey Hess <id@joeyh.name> Mon, 22 Dec 2014 15:16:38 -0400 |