diff util-src/pposix.c @ 14180:573ac422ca1d 13.0

util.pposix: Fix incorrect syslog facility mapping The array of Lua constants accidentally omitted "news", leading to later constants ("syslog", "user" and "uucp") being assigned to the wrong POSIX constants.
author Matthew Wild <mwild1@gmail.com>
date Mon, 25 May 2026 15:23:48 +0100
parents 904932fc525f
children d975d280baec
line wrap: on
line diff
--- a/util-src/pposix.c	Mon May 25 15:11:47 2026 +0100
+++ b/util-src/pposix.c	Mon May 25 15:23:48 2026 +0100
@@ -169,6 +169,7 @@
 	"local7",
 	"lpr",
 	"mail",
+	"news",
 	"syslog",
 	"user",
 	"uucp",