From: Yu Watanabe Date: Thu, 6 Dec 2018 06:23:23 +0000 (+0100) Subject: nsflsgs: drop missing.h and use missing_sched.h X-Git-Tag: v240~126^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=893829359a29273fb577c346f994721be00d055a;p=thirdparty%2Fsystemd.git nsflsgs: drop missing.h and use missing_sched.h --- diff --git a/src/shared/bus-unit-util.c b/src/shared/bus-unit-util.c index 625bebbe358..e324a2ffc7f 100644 --- a/src/shared/bus-unit-util.c +++ b/src/shared/bus-unit-util.c @@ -18,6 +18,7 @@ #include "ip-protocol-list.h" #include "list.h" #include "locale-util.h" +#include "missing_fs.h" #include "mountpoint-util.h" #include "nsflags.h" #include "parse-util.h" diff --git a/src/shared/nsflags.h b/src/shared/nsflags.h index 7cc26a441d4..0aeb0bc8914 100644 --- a/src/shared/nsflags.h +++ b/src/shared/nsflags.h @@ -1,9 +1,7 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -#include - -#include "missing.h" +#include "missing_sched.h" /* The combination of all namespace flags defined by the kernel. The right type for this isn't clear. setns() and * unshare() expect these flags to be passed as (signed) "int", while clone() wants them as "unsigned long". The latter