diff options
-rw-r--r-- | StatFS.hsc | 2 | ||||
-rw-r--r-- | debian/changelog | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/StatFS.hsc b/StatFS.hsc index 0828f1378..feb82aa9a 100644 --- a/StatFS.hsc +++ b/StatFS.hsc @@ -96,7 +96,7 @@ foreign import ccall unsafe "sys/vfs.h statfs64" c_statfs :: CString -> Ptr CStatfs -> IO CInt #endif -toI :: CLong -> Integer +toI :: CULong -> Integer toI = toInteger getFileSystemStats :: String -> IO (Maybe FileSystemStats) diff --git a/debian/changelog b/debian/changelog index 773c91b7e..8d1a396cb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +git-annex (3.20110706) UNRELEASED; urgency=low + + * Fix sign bug in disk free space checking. + + -- Joey Hess <joeyh@debian.org> Tue, 05 Jul 2011 20:52:11 -0400 + git-annex (3.20110705) unstable; urgency=low * uninit: Delete the git-annex branch and .git/annex/ |