From 2af4c8477dcce7d88e304cd346ceeaa616dd6173 Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Mon, 6 Oct 2025 10:57:34 +0200 Subject: [PATCH] lib/defines.h: LOG_NOWAIT: Remove unused macro Signed-off-by: Alejandro Colomar --- lib/defines.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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 -- 2.47.3