diff options
Diffstat (limited to 'www/lighttpd/files/patch-src__mod_webdav.c')
-rw-r--r-- | www/lighttpd/files/patch-src__mod_webdav.c | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/www/lighttpd/files/patch-src__mod_webdav.c b/www/lighttpd/files/patch-src__mod_webdav.c deleted file mode 100644 index e8176d65b38e..000000000000 --- a/www/lighttpd/files/patch-src__mod_webdav.c +++ /dev/null @@ -1,18 +0,0 @@ ---- src/mod_webdav.c.orig Tue Oct 10 01:08:09 2006 -+++ src/mod_webdav.c Tue Oct 10 01:09:02 2006 -@@ -1151,11 +1151,13 @@ - * - */ - int webdav_has_lock(server *srv, connection *con, plugin_data *p, buffer *uri) { -- UNUSED(srv); - int has_lock = 1; -- - #ifdef USE_LOCKS - data_string *ds; -+#endif -+ UNUSED(srv); -+ -+#ifdef USE_LOCKS - - /** - * This implementation is more fake than real |