typo
authorng0 <ng0@n0.is>
Mon, 9 Sep 2019 11:29:02 +0000 (11:29 +0000)
committerng0 <ng0@n0.is>
Mon, 9 Sep 2019 11:29:02 +0000 (11:29 +0000)
src/util/disk.c

index 7b85cdeab762ab2bb1dd92469b9a1149a3faca3b..c5ea42ee6aa4a0b0170e8032861388a02cb1a7d1 100644 (file)
@@ -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))
     {