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:
4a11b54
)
typo
author
ng0
<ng0@n0.is>
Mon, 9 Sep 2019 11:29:02 +0000
(11:29 +0000)
committer
ng0
<ng0@n0.is>
Mon, 9 Sep 2019 11:29:02 +0000
(11:29 +0000)
src/util/disk.c
patch
|
blob
|
history
diff --git
a/src/util/disk.c
b/src/util/disk.c
index 7b85cdeab762ab2bb1dd92469b9a1149a3faca3b..c5ea42ee6aa4a0b0170e8032861388a02cb1a7d1 100644
(file)
--- a/
src/util/disk.c
+++ b/
src/util/disk.c
@@
-149,7
+149,7
@@
getSizeRec(void *cls, const char *fn)
#if defined(HAVE_STAT64) && \
!(defined(_FILE_OFFSET_BITS) && _FILE_OFFSET_BITS == 64)
- struct
_
stat64 buf;
+ struct stat64 buf;
if (0 != stat64(fn, &buf))
{