diff options
Diffstat (limited to 'www/harvest/files/patch-src::broker::log.h')
-rw-r--r-- | www/harvest/files/patch-src::broker::log.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/www/harvest/files/patch-src::broker::log.h b/www/harvest/files/patch-src::broker::log.h deleted file mode 100644 index 87add84..0000000 --- a/www/harvest/files/patch-src::broker::log.h +++ /dev/null @@ -1,13 +0,0 @@ ---- ./src/broker/log.h.orig Fri Mar 21 17:20:01 1997 -+++ ./src/broker/log.h Fri Aug 1 13:24:58 2003 -@@ -147,8 +147,9 @@ - #define L_CONNECT_S "CONNECTION" - - /* ========== Logging Macros ========= */ -- -+#ifndef __STRICT_ANSI__ - int LOG_statlog(); -+#endif - - #define LOGUPDATE(X) \ - {LOG_statlog(L_UPDATE,L_UPDATE_S,(X)->url,(X)->FD,(X)->GID);} |