summaryrefslogtreecommitdiff
path: root/StatFS.hsc
diff options
context:
space:
mode:
Diffstat (limited to 'StatFS.hsc')
-rw-r--r--StatFS.hsc2
1 files changed, 1 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)