On Wed, 07 Nov 2012 13:05:00 +0300
Stanislav Kinsbursky wrote:
> This code works if CONFIG_CHECKPOINT_RESTORE is disabled.
>
> ...
>
> --- a/ipc/msg.c
> +++ b/ipc/msg.c
> @@ -803,8 +803,15 @@ static inline void free_copy(struct msg_msg *copy)
> free_msg(copy);
> }
> #else
> -#def
This code works if CONFIG_CHECKPOINT_RESTORE is disabled.
Signed-off-by: Stanislav Kinsbursky
---
ipc/msg.c | 11 +--
1 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/ipc/msg.c b/ipc/msg.c
index f1070c3..ad194f8 100644
--- a/ipc/msg.c
+++ b/ipc/msg.c
@@ -803,8 +803,15 @@
2 matches
Mail list logo