aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_disk.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/test_disk.c')
-rw-r--r--src/util/test_disk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/test_disk.c b/src/util/test_disk.c
index f978287ae..7925c80e4 100644
--- a/src/util/test_disk.c
+++ b/src/util/test_disk.c
@@ -86,7 +86,7 @@ static int
86testOpenClose () 86testOpenClose ()
87{ 87{
88 struct GNUNET_DISK_FileHandle *fh; 88 struct GNUNET_DISK_FileHandle *fh;
89 unsigned long long size; 89 uint64_t size;
90 long avail; 90 long avail;
91 91
92 fh = GNUNET_DISK_file_open (".testfile", GNUNET_DISK_OPEN_READWRITE 92 fh = GNUNET_DISK_file_open (".testfile", GNUNET_DISK_OPEN_READWRITE