changeset 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 25beb66fab38
children 6fb6e383123f
files util-src/pposix.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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",