]> git.ipfire.org Git - thirdparty/util-linux.git/commit
ipcs,chmem: fix access() usage
authorRuediger Meier <ruediger.meier@ga-group.nl>
Mon, 25 Jun 2018 12:01:21 +0000 (14:01 +0200)
committerRuediger Meier <ruediger.meier@ga-group.nl>
Mon, 25 Jun 2018 14:49:00 +0000 (16:49 +0200)
commit77845f7bd75cc1f1ac69bfae38a78aa81ae3fb60
tree495e14937f2ba3fea963d913ee58252b044112f5
parent917f53cf13c36d32c175f80f2074576595830573
ipcs,chmem: fix access() usage

Some mistakes happened lately when switching from path_exist()
to ul_path_access(). See f09a98de and 8ca31279.

This caused ipcs test failures when running i386 binaries on x86_64
hosts, because the syscall fallback was always used. That's why I
reviewed all similar changes and found another one in chmem.

Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
sys-utils/chmem.c
sys-utils/ipcutils.c