]> git.ipfire.org Git - thirdparty/systemd.git/commit
random-util: drop needless conditionalization of sys/auxv.h
authorMike Yuan <me@yhndnzj.com>
Thu, 2 Jan 2025 18:59:56 +0000 (19:59 +0100)
committerMike Yuan <me@yhndnzj.com>
Thu, 2 Jan 2025 19:34:21 +0000 (20:34 +0100)
commit2627cd13435f6af40a49288f401b6121efb49580
tree03aac9e0931a74d955e03e1c1ac8bd88fc9d4b50
parentaad028e1874d579f24c52ca129eb4d0ea9c038e7
random-util: drop needless conditionalization of sys/auxv.h

We assume its existence in basic/build-path.c, shared/userdb.c,
and coredump/coredump.c already, for which nothing has been reported
so far. So this seems safe to drop.
meson.build
src/basic/random-util.c