diff options
Diffstat (limited to 'www/apache13-modssl/files/rotatelogs.c.patch')
-rw-r--r-- | www/apache13-modssl/files/rotatelogs.c.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/www/apache13-modssl/files/rotatelogs.c.patch b/www/apache13-modssl/files/rotatelogs.c.patch deleted file mode 100644 index b2d5c79a92ff..000000000000 --- a/www/apache13-modssl/files/rotatelogs.c.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- src/support/rotatelogs.c~ Mon Aug 3 11:15:33 1998 -+++ src/support/rotatelogs.c Sun Mar 26 22:42:40 2000 -@@ -11,6 +11,7 @@ - #include <time.h> - #include <errno.h> - #include <fcntl.h> -+#include <unistd.h> - - #define BUFSIZE 65536 - #define ERRMSGSZ 82 -@@ -95,6 +96,8 @@ - } - else { - close(nLogFDprev); -+ unlink(szLogRoot); -+ link(buf2, szLogRoot); - } - nMessCount = 0; - } |