mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
analyze: Fix build without seccomp (#10899)
This commit is contained in:
committed by
Yu Watanabe
parent
a4aa59bae2
commit
d3340e6f95
@@ -1638,9 +1638,10 @@ static int dump_syscall_filters(int argc, char *argv[], void *userdata) {
|
||||
}
|
||||
|
||||
#else
|
||||
static int dump_syscall_filters(int argc, char *argv[], void *userdata)
|
||||
static int dump_syscall_filters(int argc, char *argv[], void *userdata) {
|
||||
return log_error_errno(SYNTHETIC_ERRNO(EOPNOTSUPP),
|
||||
"Not compiled with syscall filters, sorry.");
|
||||
}
|
||||
#endif
|
||||
|
||||
static int dump_timespan(int argc, char *argv[], void *userdata) {
|
||||
|
||||
Reference in New Issue
Block a user