]> git.ipfire.org Git - thirdparty/util-linux.git/commit
libmount: don't use deprecated security_context_t
authorKarel Zak <kzak@redhat.com>
Mon, 14 Dec 2020 14:44:59 +0000 (15:44 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 14 Dec 2020 14:54:08 +0000 (15:54 +0100)
commiteba9ef598fd9fb9687e322a31b3396461320e7ef
tree08ea66b77ea3311811f0f9c36122166be02e04cb
parent1468eda63f219dbe42e553e750ca84f048b5a7af
libmount: don't use deprecated security_context_t

libselinux >= 3.1 makes security_context_t type deprecated. Let's
ifdef it to avoid unwanted warnings.

Signed-off-by: Karel Zak <kzak@redhat.com>
libmount/src/optstr.c
sys-utils/mount.c