aboutsummaryrefslogtreecommitdiff
path: root/src/util/disk.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-05-28 09:58:58 +0000
committerChristian Grothoff <christian@grothoff.org>2015-05-28 09:58:58 +0000
commitfc1b9d4caffabba3411a27f62f9ea309a2cf8edc (patch)
tree1531a48624abbf478a27a1780e243c1059a7a938 /src/util/disk.c
parentb1294ac8f7a3cf9d53334485b7ff2d97d3fb4ab7 (diff)
downloadgnunet-fc1b9d4caffabba3411a27f62f9ea309a2cf8edc.tar.gz
gnunet-fc1b9d4caffabba3411a27f62f9ea309a2cf8edc.zip
-fix ftbfs
Diffstat (limited to 'src/util/disk.c')
-rw-r--r--src/util/disk.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/util/disk.c b/src/util/disk.c
index 81413265e..a56966d04 100644
--- a/src/util/disk.c
+++ b/src/util/disk.c
@@ -17,14 +17,12 @@
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330, 17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA. 18 Boston, MA 02111-1307, USA.
19*/ 19*/
20
21/** 20/**
22 * @file util/disk.c 21 * @file util/disk.c
23 * @brief disk IO convenience methods 22 * @brief disk IO convenience methods
24 * @author Christian Grothoff 23 * @author Christian Grothoff
25 * @author Nils Durner 24 * @author Nils Durner
26 */ 25 */
27
28#include "platform.h" 26#include "platform.h"
29#include "gnunet_util_lib.h" 27#include "gnunet_util_lib.h"
30#include "disk.h" 28#include "disk.h"
@@ -609,7 +607,7 @@ GNUNET_DISK_mktemp (const char *t)
609 * with the same name). 607 * with the same name).
610 * 608 *
611 * @param fil filename to test 609 * @param fil filename to test
612 * @param is_readable GNUNET_YES to additionally check if @a fil is readable; 610 * @param is_readable #GNUNET_YES to additionally check if @a fil is readable;
613 * #GNUNET_NO to disable this check 611 * #GNUNET_NO to disable this check
614 * @return #GNUNET_YES if yes, #GNUNET_NO if not; #GNUNET_SYSERR if it 612 * @return #GNUNET_YES if yes, #GNUNET_NO if not; #GNUNET_SYSERR if it
615 * does not exist or stat'ed 613 * does not exist or stat'ed