]> git.ipfire.org Git - thirdparty/systemd.git/commit
musl: introduce dummy gshadow header file for userdb
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 21 Sep 2025 06:24:06 +0000 (15:24 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 13 Nov 2025 19:59:03 +0000 (04:59 +0900)
commita2b7bcce27997aa77c05288ff6a560ac2f1f677a
tree9f4956264b07e178d6bb9203ad04f32166501cd0
parenta0d1dc662a7e47b0caa81088ddae6389fabeeb20
musl: introduce dummy gshadow header file for userdb

Even 'gshadow' meson option is disabled, src/shared/userdb.c and
src/shared/user-record-nss.c include gshadow.h unconditionally.
Let's introduce dummy header to make them compiled gracefully.
src/include/musl/gshadow.h [new file with mode: 0644]