]> git.ipfire.org Git - thirdparty/systemd.git/commit
man/example: also build example code with C90
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 3 Apr 2024 17:25:57 +0000 (02:25 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 3 Apr 2024 18:23:20 +0000 (03:23 +0900)
commit94ad70989f843a8dd7f936769fe6ba2e06a16992
tree1ffc810e45b5bd1fb0093d823844da3b62b7c46a
parent56e6bf9e04c643d29ecc8c0378ee354703d82dd7
man/example: also build example code with C90

Unfortunately, sd-bus-vtable.h, sd-journal.h, and sd-id128.h
have variadic macro and inline initialization of sub-object, these are
not supported in C90. So, we need to silence some errors.
man/logcontrol-example.c
man/meson.build
man/sd-bus-container-append.c