From: Yu Watanabe Date: Sat, 7 Jun 2025 19:19:46 +0000 (+0900) Subject: meson: update generating lists X-Git-Tag: v258-rc1~353 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=169d270e81c76c6c6e8c32fa4846795499c0b602;p=thirdparty%2Fsystemd.git meson: update generating lists - config.h is not necessary when generating lists, hence drop it. - linux/audit.h and libaudit.h are included by missing_audit.h, hence not necessary to include them explicitly. --- diff --git a/src/basic/generate-af-list.sh b/src/basic/generate-af-list.sh index b0814854e39..4fec46a2ef7 100755 --- a/src/basic/generate-af-list.sh +++ b/src/basic/generate-af-list.sh @@ -3,6 +3,6 @@ set -eu set -o pipefail -${1:?} -E -dM -include sys/socket.h -include "${2:?}" -include "${3:?}" -