]> git.ipfire.org Git - thirdparty/util-linux.git/commit
libmount: don't define struct stat is unnecessary
authorKarel Zak <kzak@redhat.com>
Mon, 17 Apr 2023 11:22:03 +0000 (13:22 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 17 Apr 2023 11:22:03 +0000 (13:22 +0200)
commit0d754deeddb60c016e199faa6ad4f1b26e934897
treebca8bbf685679991ff348dda02c9d0dddf07b962
parent7f99cc2880a00a1d48b44df550a1dba03c0f6f40
libmount: don't define struct stat is unnecessary

Let's introduce simple function to hide 'struct stat' if unnecessary.

Signed-off-by: Karel Zak <kzak@redhat.com>
libmount/src/hook_mkdir.c
libmount/src/mountP.h
libmount/src/tab.c
libmount/src/utils.c