gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: plibc removal: STRUCT_STAT6


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: plibc removal: STRUCT_STAT64
Date: Mon, 09 Sep 2019 10:04:33 +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 0cd5411e9 plibc removal: STRUCT_STAT64
0cd5411e9 is described below

commit 0cd5411e99846b2cd2152229a6bc757c01f81d40
Author: ng0 <address@hidden>
AuthorDate: Mon Sep 9 08:02:22 2019 +0000

    plibc removal: STRUCT_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 450a19ab1..7f179e7ee 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 _stati64 buf;
 
   if (0 != stat64(fn, &buf))
     {

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



reply via email to

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