Fix compilation w/o smack (#8593)

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2018-03-28 12:54:26 +02:00 committed by Lennart Poettering
parent 2ef044ea1e
commit ee9e629eea
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ int mac_smack_apply_pid(pid_t pid, const char *label) {
return 0;
}
int mac_smack_fix(const char *path, bool ignore_enoent, bool ignore_erofs) {
int mac_smack_fix(const char *path, LabelFixFlags flags) {
return 0;
}