From 4f66d1ee607ed110e8c22fa125428f2cb4795981 Mon Sep 17 00:00:00 2001 From: hadaq Date: Tue, 20 Aug 2002 12:48:49 +0000 Subject: [PATCH] BUGFIX -- mm --- compat/syslog.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/compat/syslog.h b/compat/syslog.h index e70baf6..e88334f 100644 --- a/compat/syslog.h +++ b/compat/syslog.h @@ -3,8 +3,6 @@ #include -#if !defined(LOG_PERROR) || defined(LOG_PERROR_DOESNT_WORK) - #if !defined(LOG_PERROR) #define LOG_PERROR 0x20 /* log to stderr as well */ #endif @@ -20,4 +18,3 @@ int SYSLOG_setlogmask(int maskpri); #define setlogmask SYSLOG_setlogmask #endif -#endif -- 2.43.0