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:
d41ed82
)
plibc removal: STRUCT_STAT64
author
ng0
<ng0@n0.is>
Mon, 9 Sep 2019 08:02:22 +0000
(08:02 +0000)
committer
ng0
<ng0@n0.is>
Mon, 9 Sep 2019 08:02:22 +0000
(08:02 +0000)
src/util/disk.c
patch
|
blob
|
history
diff --git
a/src/util/disk.c
b/src/util/disk.c
index 450a19ab1789860f583a7ec5a2f2b94263e63321..7f179e7ee990fb3f7c42880313337e26ae2aaec2 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_STAT
64 buf;
+
struct _stati
64 buf;
if (0 != stat64(fn, &buf))
{