5aa7372f4c
This patch migrates the sysklogd project to use the modern /dev/kmsg interface on Linux. There are many advantages over the older /proc interface; 1) no need to wait for /proc to be mounted, 2) it provides multiple simultaneous access. For more information, see: https://www.kernel.org/doc/Documentation/ABI/testing/dev-kmsg Signed-off-by: Joachim Wiberg <troglobit@gmail.com>