Update to the values for ckpt-v19-rc2, and add eclone. --- cr.h | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/cr.h b/cr.h index a58c2e4..8acd750 100644 --- a/cr.h +++ b/cr.h @@ -71,12 +71,16 @@ /* parisc unsupported. */ #if __powerpc__ +#ifndef __NR_eclone +#define __NR_eclone 323 +#endif + #ifndef __NR_checkpoint -#define __NR_checkpoint 323 +#define __NR_checkpoint 324 #endif #ifndef __NR_restart -#define __NR_restart 324 +#define __NR_restart 325 #endif #elif __s390x__ -- 1.6.0.6 _______________________________________________ Containers mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/containers _______________________________________________ Devel mailing list [email protected] https://openvz.org/mailman/listinfo/devel
