During our development, we modified the way we report backtraces. On a minimal configuration in OpenBSD, it seems that we no longer compile from commita9f26b7d07because our conditional code is buggy. With the following compiler vultr# cc -v OpenBSD clang version 13.0.0 Target: amd64-unknown-openbsd7.3 Thread model: posix InstalledDir: /usr/bin We have the following error cc common/channel_id.c cc common/daemon.c common/daemon.c:218:2: error: implicit declaration of function 'add_steal_notifiers' is invalid in C99 [-Werror,-Wimplicit-function-declaration] add_steal_notifiers(NULL); ^ 1 error generated. gmake: *** [Makefile:298: common/daemon.o] Error 1 Reported-by: @grubles Fixesa9f26b7d07Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
5.0 KiB
5.0 KiB