]> git.tue.mpg.de Git - dss.git/commit
Switch back to variadic log macros. master pu
authorAndre Noll <maan@tuebingen.mpg.de>
Wed, 23 Oct 2024 16:45:30 +0000 (18:45 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 23 Mar 2025 18:13:50 +0000 (19:13 +0100)
commit07b73ad8272084b706d18ee2286bf25711dbaabb
treec79ef9a311120433f4ebe72dbbaa492bab449c19
parent5770e00c6e59528762be20610af6d8bd24d6872f
Switch back to variadic log macros.

This essentially reverts commit 66cdd5bc99a5 which aimed to make the
dss log facility C89 conform. While this was a worthwhile goal in
2012, it has little value today, since in 2025 we can safely assume
a C99 compliant compiler.

The patch was created with

git revert -Xours 66cdd5bc

followed by manual tweaks to make it compile again.
daemon.c
df.c
dss.c
err.h
exec.c
gcc-compat.h
ipc.c
log.h
sig.c
str.c