util/disk.c: STAT64->stat64
authorng0 <ng0@n0.is>
Sat, 7 Sep 2019 09:35:12 +0000 (09:35 +0000)
committerng0 <ng0@n0.is>
Sat, 7 Sep 2019 09:35:12 +0000 (09:35 +0000)
src/util/disk.c

index c1f24e4c8e00e3f8392e03f0896ac1a6b6f3f8ca..959cb62cfc09f1131cc11b14d06d95d26b191880 100644 (file)
@@ -153,7 +153,7 @@ getSizeRec (void *cls, const char *fn)
   ! (defined(_FILE_OFFSET_BITS) && _FILE_OFFSET_BITS == 64)
   STRUCT_STAT64 buf;
 
-  if (0 != STAT64 (fn, &buf))
+  if (0 != stat64 (fn, &buf))
   {
     LOG_STRERROR_FILE (GNUNET_ERROR_TYPE_DEBUG, "stat64", fn);
     return GNUNET_SYSERR;