gnunet-fuse

GNUnet file-sharing directory mounting via FUSE
Log | Files | Refs | Submodules | README | LICENSE

commit 66851a06e2f9f2388ed4cfd29935e3ee75e35e98
parent 6a289047eb8746af9b1b2ff6ca2fb86ee16f2e1f
Author: ng0 <ng0@n0.is>
Date:   Tue, 19 Nov 2019 15:43:16 +0000

win32 removal leftovers.

Diffstat:
Msrc/fuse/read.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/fuse/read.c b/src/fuse/read.c @@ -76,7 +76,7 @@ gn_read (const char *path, char *buf, size_t size, off_t offset, offset, size)) { - UNLINK (path_info->tmpfile); + unlink (path_info->tmpfile); GNUNET_free (path_info->tmpfile); path_info->tmpfile = NULL; GNUNET_FUSE_path_info_done (path_info); @@ -93,7 +93,7 @@ gn_read (const char *path, char *buf, size_t size, off_t offset, offset, size)) { - UNLINK (path_info->tmpfile); + unlink (path_info->tmpfile); GNUNET_free (path_info->tmpfile); path_info->tmpfile = NULL; GNUNET_FUSE_path_info_done (path_info);