projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
434eb92
)
util/disk.c: STAT64->stat64
author
ng0
<ng0@n0.is>
Sat, 7 Sep 2019 09:35:12 +0000
(09:35 +0000)
committer
ng0
<ng0@n0.is>
Sat, 7 Sep 2019 09:35:12 +0000
(09:35 +0000)
src/util/disk.c
patch
|
blob
|
history
diff --git
a/src/util/disk.c
b/src/util/disk.c
index c1f24e4c8e00e3f8392e03f0896ac1a6b6f3f8ca..959cb62cfc09f1131cc11b14d06d95d26b191880 100644
(file)
--- a/
src/util/disk.c
+++ b/
src/util/disk.c
@@
-153,7
+153,7
@@
getSizeRec (void *cls, const char *fn)
! (defined(_FILE_OFFSET_BITS) && _FILE_OFFSET_BITS == 64)
STRUCT_STAT64 buf;
- if (0 !=
STAT
64 (fn, &buf))
+ if (0 !=
stat
64 (fn, &buf))
{
LOG_STRERROR_FILE (GNUNET_ERROR_TYPE_DEBUG, "stat64", fn);
return GNUNET_SYSERR;