aboutsummaryrefslogtreecommitdiff
path: root/www/harvest/files/patch-src::broker::log.h
diff options
context:
space:
mode:
Diffstat (limited to 'www/harvest/files/patch-src::broker::log.h')
-rw-r--r--www/harvest/files/patch-src::broker::log.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/www/harvest/files/patch-src::broker::log.h b/www/harvest/files/patch-src::broker::log.h
new file mode 100644
index 000000000000..87add84b23ff
--- /dev/null
+++ b/www/harvest/files/patch-src::broker::log.h
@@ -0,0 +1,13 @@
+--- ./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);}