gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: util/disk.c: STAT64->stat64


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: util/disk.c: STAT64->stat64
Date: Sat, 07 Sep 2019 11:37:19 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new d3da1c73a util/disk.c: STAT64->stat64
d3da1c73a is described below

commit d3da1c73acc067f76e38022ca9786cca564e4d19
Author: ng0 <address@hidden>
AuthorDate: Sat Sep 7 09:35:12 2019 +0000

    util/disk.c: STAT64->stat64
---
 src/util/disk.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/util/disk.c b/src/util/disk.c
index c1f24e4c8..959cb62cf 100644
--- a/src/util/disk.c
+++ b/src/util/disk.c
@@ -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;

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]