[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r31386 - gnunet-fuse/src/fuse
From: |
gnunet |
Subject: |
[GNUnet-SVN] r31386 - gnunet-fuse/src/fuse |
Date: |
Fri, 13 Dec 2013 21:52:25 +0100 |
Author: grothoff
Date: 2013-12-13 21:52:25 +0100 (Fri, 13 Dec 2013)
New Revision: 31386
Modified:
gnunet-fuse/src/fuse/gnunet-fuse.h
Log:
-fix ftbfs
Modified: gnunet-fuse/src/fuse/gnunet-fuse.h
===================================================================
--- gnunet-fuse/src/fuse/gnunet-fuse.h 2013-12-13 20:50:59 UTC (rev 31385)
+++ gnunet-fuse/src/fuse/gnunet-fuse.h 2013-12-13 20:52:25 UTC (rev 31386)
@@ -1,16 +1,16 @@
/*
This file is part of gnunet-fuse.
(C) 2012 Christian Grothoff (and other contributing authors)
-
+
gnunet-fuse is free software; you can redistribute it and/or
modify if under the terms of version 2 of the GNU General Public License
as published by the Free Software Foundation.
-
+
gnunet-fuse is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
-
+
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
@@ -27,7 +27,6 @@
#include <gnunet/platform.h>
#include <gnunet/gnunet_util_lib.h>
-#include <gnunet/gnunet_directories.h>
#include <gnunet/gnunet_resolver_service.h>
#include <gnunet/gnunet_fs_service.h>
@@ -48,7 +47,7 @@
/**
- * struct containing mapped Path, with URI and other Information like
Attributes etc.
+ * struct containing mapped Path, with URI and other Information like
Attributes etc.
*/
struct GNUNET_FUSE_PathInfo
{
@@ -100,16 +99,16 @@
* Name of temporary file, NULL if we never accessed this file or directory.
*/
char *tmpfile;
-
+
/**
* file attributes
*/
struct stat stbuf;
-
+
/**
* Lock for exclusive access to this struct (i.e. for downloading blocks).
* Lock order: always lock parents before children.
- */
+ */
struct GNUNET_Mutex *lock;
/**
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r31386 - gnunet-fuse/src/fuse,
gnunet <=