blob: 8754f236f8cbcd857aad139f6260458efcfd1095 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- src/filesys.c.orig 1998-11-10 04:10:18 UTC
+++ src/filesys.c
@@ -430,8 +430,8 @@ int is_symlinked(path, statbuf, isvalid)
*/
int getfilesysinfo(file, freespace, freefiles)
char *file;
- long *freespace;
- long *freefiles;
+ int64_t *freespace;
+ int64_t *freefiles;
{
#if defined(STATFS_TYPE)
static statfs_t statfsbuf;
|