diff options
Diffstat (limited to 'www-servers/lighttpd/files/lighttpd-1.4.0-stat-cache.diff')
-rw-r--r-- | www-servers/lighttpd/files/lighttpd-1.4.0-stat-cache.diff | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/www-servers/lighttpd/files/lighttpd-1.4.0-stat-cache.diff b/www-servers/lighttpd/files/lighttpd-1.4.0-stat-cache.diff deleted file mode 100644 index 73451a021c50..000000000000 --- a/www-servers/lighttpd/files/lighttpd-1.4.0-stat-cache.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- lighttpd-1.4.0/src/stat_cache.c 2005-08-11 01:26:16.000000000 +0300 -+++ lighttpd-1.4.0/src/stat_cache.c 2005-08-19 21:22:20.000000000 +0300 -@@ -181,7 +181,7 @@ - } - - #ifdef HAVE_XATTR --static int stat_cache_entry_attr_get(buffer *buf, char *name) { -+static int stat_cache_attr_get(buffer *buf, char *name) { - int attrlen; - int ret; - |