]> git.ipfire.org Git - thirdparty/util-linux.git/commit
lib: use ul_prefix for close_all_fds() and mkdir_p()
authorKarel Zak <kzak@redhat.com>
Thu, 28 Jan 2021 09:27:21 +0000 (10:27 +0100)
committerKarel Zak <kzak@redhat.com>
Thu, 28 Jan 2021 09:27:21 +0000 (10:27 +0100)
commit867df2617cdf2a0eca0778c016ac684ead7c91c7
tree0c7b2c3465f2c1c3805e766919949102fd8660b3
parent67f2918a6b1e1d0417f832a2e78f56aee422b379
lib: use ul_prefix for close_all_fds() and mkdir_p()

The names are too generic and it makes problems in static libraries.

Addresses: https://gitlab.com/cryptsetup/cryptsetup/-/issues/623
Signed-off-by: Karel Zak <kzak@redhat.com>
include/fileutils.h
lib/fileutils.c
libmount/src/context.c
libmount/src/utils.c
login-utils/login.c