diff options
| -rw-r--r-- | src/StatFS.hsc | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/StatFS.hsc b/src/StatFS.hsc index d785b89..d9d34ea 100644 --- a/src/StatFS.hsc +++ b/src/StatFS.hsc @@ -58,7 +58,7 @@ foreign import ccall unsafe "sys/vfs.h statfs64"  #endif    c_statfs :: CString -> Ptr CStatfs -> IO CInt -toI :: CLong -> Integer +toI :: CULong -> Integer  toI = toInteger  getFileSystemStats :: String -> IO (Maybe FileSystemStats) | 
