* [PATCH (trivial)] ipc_objref should be s32 like all objrefs
@ 2009-12-14 20:10 Serge E. Hallyn
[not found] ` <20091214201040.GA23054-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
0 siblings, 1 reply; 2+ messages in thread
From: Serge E. Hallyn @ 2009-12-14 20:10 UTC (permalink / raw)
To: Oren Laadan; +Cc: Linux Containers
Signed-off-by: Serge E. Hallyn <serue-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
---
include/linux/checkpoint_hdr.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/linux/checkpoint_hdr.h b/include/linux/checkpoint_hdr.h
index 1d3982d..57e1306 100644
--- a/include/linux/checkpoint_hdr.h
+++ b/include/linux/checkpoint_hdr.h
@@ -435,7 +435,7 @@ struct ckpt_hdr_task_ns {
struct ckpt_hdr_ns {
struct ckpt_hdr h;
__s32 uts_objref;
- __u32 ipc_objref;
+ __s32 ipc_objref;
} __attribute__((aligned(8)));
/* cannot include <linux/tty.h> from userspace, so define: */
--
1.6.0.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH (trivial)] ipc_objref should be s32 like all objrefs
[not found] ` <20091214201040.GA23054-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
@ 2009-12-23 0:47 ` Oren Laadan
0 siblings, 0 replies; 2+ messages in thread
From: Oren Laadan @ 2009-12-23 0:47 UTC (permalink / raw)
To: Serge E. Hallyn; +Cc: Linux Containers
Yup.
Serge E. Hallyn wrote:
> Signed-off-by: Serge E. Hallyn <serue-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
> ---
> include/linux/checkpoint_hdr.h | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/include/linux/checkpoint_hdr.h b/include/linux/checkpoint_hdr.h
> index 1d3982d..57e1306 100644
> --- a/include/linux/checkpoint_hdr.h
> +++ b/include/linux/checkpoint_hdr.h
> @@ -435,7 +435,7 @@ struct ckpt_hdr_task_ns {
> struct ckpt_hdr_ns {
> struct ckpt_hdr h;
> __s32 uts_objref;
> - __u32 ipc_objref;
> + __s32 ipc_objref;
> } __attribute__((aligned(8)));
>
> /* cannot include <linux/tty.h> from userspace, so define: */
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-12-23 0:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-14 20:10 [PATCH (trivial)] ipc_objref should be s32 like all objrefs Serge E. Hallyn
[not found] ` <20091214201040.GA23054-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
2009-12-23 0:47 ` Oren Laadan
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.