[Devel] [PATCH] user-cr: Fix compile without CLONE_NEWPID

Matt Helsley matthltc at us.ibm.com
Tue Oct 6 19:51:50 PDT 2009


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);
-- 
1.5.6.3

_______________________________________________
Containers mailing list
Containers at lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/containers




More information about the Devel mailing list