[Devel] Re: [PATCH] user-cr: Fix compile without CLONE_NEWPID
Oren Laadan
orenl at librato.com
Wed Oct 14 15:12:58 PDT 2009
Pulled, thanks.
Matt Helsley wrote:
> If CLONE_NEWPID is not defined the compile breaks because the parameter
> list for this stub was not updated.
>
> Signed-off-by: Matt Helsley <matthltc at us.ibm.com>
>
> Note: Same patch was sent earlier without a To: field. Sorry for all the
> noise.
> ---
> restart.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/restart.c b/restart.c
> index c3f4349..e6e72ac 100644
> --- a/restart.c
> +++ b/restart.c
> @@ -894,7 +894,7 @@ static int ckpt_coordinator_pidns(struct ckpt_ctx *ctx)
> return 0;
> }
> #else
> -static int ckpt_coordinator_pidns(struct ckpt_ctx *ctx, int *status)
> +static int ckpt_coordinator_pidns(struct ckpt_ctx *ctx)
> {
> printf("logical error: ckpt_coordinator_pidns unexpected\n");
> exit(1);
_______________________________________________
Containers mailing list
Containers at lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/containers
More information about the Devel
mailing list