]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
lib/defines.h: LOG_NOWAIT: Remove unused macro
authorAlejandro Colomar <alx@kernel.org>
Mon, 6 Oct 2025 08:57:34 +0000 (10:57 +0200)
committerIker Pedrosa <ikerpedrosam@gmail.com>
Thu, 6 Nov 2025 11:50:49 +0000 (12:50 +0100)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
lib/defines.h

index 85eadccc4d9dc8950f376563a092338862f602de..8e2f4a06607a39541352b36ff7dbbcc8dd66b6bf 100644 (file)
 #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
    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