pkgsrc/sysutils/syslog-ng/patches
bouyer 182ae0a1f1 syslog-ng overloads sigaction() with its own version, and calls the libc
sigaction() with a dlsym call. On NetBSD this ends up calling the compatibility
sigaction() which fails with ENOSYS if COMPAT_13 is not in the kernel.
Even with COMPAT_13 it would be incorrect because we call the compat
sigaction() with the non-compat arguments.

On NetBSD, fix this by calling explicitely __libc_sigaction14().
Bump PKGREVISION
2019-03-15 10:04:00 +00:00
..
patch-ac
patch-configure
patch-lib_signal-handler.c syslog-ng overloads sigaction() with its own version, and calls the libc 2019-03-15 10:04:00 +00:00
patch-modules_system-source_system-source.c sysutils/syslog-ng: Update to 3.17.2. 2018-08-15 13:08:21 +00:00