diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2007-04-14 14:41:53 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2007-04-14 14:41:53 +0000 |
commit | 1e06305cee2a644e3da6860829f28ef0228803f9 (patch) | |
tree | f1cc7f550592cd8692d15dd58da530e9851c6e06 /www/lighttpd/files/patch-src__mod_webdav.c | |
parent | Update to the 20070413 snapshot of GCC 4.3.0. (diff) |
- Update to 1.4.15
PR: 111552
Submitted by: Gea-Suan Lin <gslin___gslin.org>
Notes
Notes:
svn path=/head/; revision=189953
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 |