From 06e34525a386600e00892c8b5eb812121a8b3baf Mon Sep 17 00:00:00 2001 From: Will Woods Date: Jun 02 2012 18:13:05 +0000 Subject: remove unused patches --- diff --git a/davfs2-1.3.3-open-creat-3-args.patch b/davfs2-1.3.3-open-creat-3-args.patch deleted file mode 100644 index 4f67af1..0000000 --- a/davfs2-1.3.3-open-creat-3-args.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -up davfs2-1.3.3/src/webdav.c.open-creat-3-args davfs2-1.3.3/src/webdav.c ---- davfs2-1.3.3/src/webdav.c.open-creat-3-args 2009-03-02 22:03:26.000000000 -0500 -+++ davfs2-1.3.3/src/webdav.c 2009-03-02 22:09:19.000000000 -0500 -@@ -1513,7 +1513,7 @@ static int block_writer(void *userdata, - - get_context *ctx = (get_context *) userdata; - if (ctx->fd == 0) -- ctx->fd = open(ctx->file, O_WRONLY | O_CREAT | O_TRUNC); -+ ctx->fd = open(ctx->file, O_WRONLY | O_CREAT | O_TRUNC, 0644); - if (ctx->fd <= 0) { - ne_set_error(session, _("%i can't open cache file"), 0); - ctx->error = EIO; diff --git a/davfs2-1.4.5-sys_stat_h.patch b/davfs2-1.4.5-sys_stat_h.patch deleted file mode 100644 index e43121c..0000000 --- a/davfs2-1.4.5-sys_stat_h.patch +++ /dev/null @@ -1,53 +0,0 @@ -diff -up davfs2-1.4.5/src/dav_coda.c.sys_stat_h davfs2-1.4.5/src/dav_coda.c ---- davfs2-1.4.5/src/dav_coda.c.sys_stat_h 2009-06-04 14:30:32.000000000 -0400 -+++ davfs2-1.4.5/src/dav_coda.c 2010-02-15 13:59:21.597561162 -0500 -@@ -46,6 +46,9 @@ - #include - #endif - -+#ifdef HAVE_SYS_STAT_H -+#include -+#endif - #ifdef HAVE_SYS_TIME_H - #include - #endif -diff -up davfs2-1.4.5/src/dav_fuse.c.sys_stat_h davfs2-1.4.5/src/dav_fuse.c ---- davfs2-1.4.5/src/dav_fuse.c.sys_stat_h 2009-06-30 14:06:44.000000000 -0400 -+++ davfs2-1.4.5/src/dav_fuse.c 2010-02-15 13:59:21.599558270 -0500 -@@ -42,6 +42,10 @@ - #include - #endif - -+#ifdef HAVE_SYS_STAT_H -+#include -+#endif -+ - #include "defaults.h" - #include "mount_davfs.h" - #include "cache.h" -diff -up davfs2-1.4.5/src/kernel_interface.c.sys_stat_h davfs2-1.4.5/src/kernel_interface.c ---- davfs2-1.4.5/src/kernel_interface.c.sys_stat_h 2010-02-15 14:01:07.313559350 -0500 -+++ davfs2-1.4.5/src/kernel_interface.c 2010-02-15 14:01:30.555811422 -0500 -@@ -45,6 +45,9 @@ - #include - #endif - -+#ifdef HAVE_SYS_STAT_H -+#include -+#endif - #ifdef HAVE_SYS_MOUNT_H - #include - #endif -diff -up davfs2-1.4.5/src/webdav.c.sys_stat_h davfs2-1.4.5/src/webdav.c ---- davfs2-1.4.5/src/webdav.c.sys_stat_h 2010-02-15 14:01:17.835561499 -0500 -+++ davfs2-1.4.5/src/webdav.c 2010-02-15 14:02:14.358818283 -0500 -@@ -47,6 +47,9 @@ - #ifdef HAVE_UNISTD_H - #include - #endif -+#ifdef HAVE_SYS_STAT_H -+#include -+#endif - - #include - #include