summaryrefslogtreecommitdiff
path: root/sysutils/fusefs-httpfs/files
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-07-19 01:03:39 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-07-19 01:03:39 +0000
commit30ec470b97c54f10598d65c0dfd298c3e9dc1e84 (patch)
treeca1863b352e9f712ffe408acfae9ca943109d3ca /sysutils/fusefs-httpfs/files
parent- update to 4.96 (diff)
Add fusefs-httpfs 2.06.07.10, fuse-based http filesystem.
PR: ports/100389 Submitted by: Gea-Suan Lin <gslin at gslin.org>
Notes
Notes: svn path=/head/; revision=168189
Diffstat (limited to 'sysutils/fusefs-httpfs/files')
-rw-r--r--sysutils/fusefs-httpfs/files/patch-httpfs.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/sysutils/fusefs-httpfs/files/patch-httpfs.c b/sysutils/fusefs-httpfs/files/patch-httpfs.c
new file mode 100644
index 000000000000..6cac4cbb3088
--- /dev/null
+++ b/sysutils/fusefs-httpfs/files/patch-httpfs.c
@@ -0,0 +1,14 @@
+--- httpfs.c.orig Sun Jul 16 22:48:19 2006
++++ httpfs.c Sun Jul 16 22:48:39 2006
+@@ -32,9 +32,10 @@
+ #include <errno.h>
+ #include <fcntl.h>
+ #include <sys/stat.h>
+-#include <sys/dir.h>
++#include <dirent.h>
+ #include <sys/types.h>
+ #include <sys/socket.h>
++#include <sys/select.h>
+ #include <netinet/in.h>
+ #include <netdb.h>
+ #include <time.h>