From 8673c7ec800a8bcc6da14c506081a3cb76e2b8ea Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Wed, 20 Apr 2005 06:16:18 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELEASE_5_4_0'. --- net/rwhoisd/files/patch-common-log.h | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 net/rwhoisd/files/patch-common-log.h (limited to 'net/rwhoisd/files/patch-common-log.h') diff --git a/net/rwhoisd/files/patch-common-log.h b/net/rwhoisd/files/patch-common-log.h deleted file mode 100644 index 1c105a1f8612..000000000000 --- a/net/rwhoisd/files/patch-common-log.h +++ /dev/null @@ -1,23 +0,0 @@ ---- common/log.h.orig Tue Oct 28 02:25:55 2003 -+++ common/log.h Tue Oct 28 02:29:55 2003 -@@ -95,8 +95,8 @@ - /* old prototypes for backward compatibility */ - - #define l_strerror strerror --void log_error PROTO(()); --void log_warning PROTO(()); -+void log_error PROTO((char *format, ...)); -+void log_warning PROTO((char *format, ...)); - char *get_client_hostname PROTO((int sock)); - char *timestamp PROTO(()); - -@@ -106,7 +106,8 @@ - (L_LOG_EMERG, L_LOG_ALERT, etc. [see internal_log_level in - types.h) and SECTION is one of (NETWORK, QUERY, CONFIG, etc [see - log_section in types.h) */ --void log PROTO(()); -+#define log Log -+void log PROTO((internal_log_levels level, int section, char *format, ...)); - - void setup_logging PROTO((void)); - -- cgit v1.2.3