From: ng0 Date: Mon, 9 Sep 2019 11:29:02 +0000 (+0000) Subject: typo X-Git-Tag: v0.11.7~134 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d2a57911f9d76396c28b781615a19c1dd9fe03c2;p=oweals%2Fgnunet.git typo --- diff --git a/src/util/disk.c b/src/util/disk.c index 7b85cdeab..c5ea42ee6 100644 --- 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)) {