gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r21751 - gnunet/src/util


From: gnunet
Subject: [GNUnet-SVN] r21751 - gnunet/src/util
Date: Mon, 4 Jun 2012 11:31:21 +0200

Author: grothoff
Date: 2012-06-04 11:31:21 +0200 (Mon, 04 Jun 2012)
New Revision: 21751

Modified:
   gnunet/src/util/disk.c
Log:
#2404, patch 02: include sys/vfs on GNU

Modified: gnunet/src/util/disk.c
===================================================================
--- gnunet/src/util/disk.c      2012-06-04 09:30:57 UTC (rev 21750)
+++ gnunet/src/util/disk.c      2012-06-04 09:31:21 UTC (rev 21751)
@@ -47,7 +47,7 @@
 
 
 
-#if defined(LINUX) || defined(CYGWIN)
+#if defined(LINUX) || defined(CYGWIN) || defined(GNU)
 #include <sys/vfs.h>
 #else
 #if defined(SOMEBSD) || defined(DARWIN)




reply via email to

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