From: Alejandro Colomar Date: Mon, 6 Oct 2025 08:57:34 +0000 (+0200) Subject: lib/defines.h: LOG_NOWAIT: Remove unused macro X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2af4c8477dcce7d88e304cd346ceeaa616dd6173;p=thirdparty%2Fshadow.git lib/defines.h: LOG_NOWAIT: Remove unused macro Signed-off-by: Alejandro Colomar --- diff --git a/lib/defines.h b/lib/defines.h index 85eadccc4..8e2f4a066 100644 --- a/lib/defines.h +++ b/lib/defines.h @@ -68,11 +68,6 @@ #define LOG_WARN LOG_WARNING #endif -/* LOG_NOWAIT is deprecated */ -#ifndef LOG_NOWAIT -#define LOG_NOWAIT 0 -#endif - /* LOG_AUTH is deprecated, use LOG_AUTHPRIV instead */ #ifndef LOG_AUTHPRIV #define LOG_AUTHPRIV LOG_AUTH @@ -112,7 +107,7 @@ in just one place. */ #ifndef SYSLOG_OPTIONS -/* #define SYSLOG_OPTIONS (LOG_PID | LOG_CONS | LOG_NOWAIT) */ +/* #define SYSLOG_OPTIONS (LOG_PID | LOG_CONS) */ #define SYSLOG_OPTIONS (LOG_PID) #endif