* [PATCH] Fix in.h include in checkpoint_hdr.h
@ 2009-10-03 3:19 Matt Helsley
[not found] ` <1254539948-478-1-git-send-email-matthltc-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
0 siblings, 1 reply; 3+ messages in thread
From: Matt Helsley @ 2009-10-03 3:19 UTC (permalink / raw)
To: Oren Laadan
Cc: containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA, Dan Smith
sys/in.h doesn't exist, at least not in the glibc headers of my Fedora or
Ubuntu systems. Use netinet/in.h which does.
Signed-off-by: Matt Helsley <matthltc-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
Cc: Dan Smith <danms-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
Cc: containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@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 b5ce115..b5f958e 100644
--- a/include/linux/checkpoint_hdr.h
+++ b/include/linux/checkpoint_hdr.h
@@ -19,7 +19,7 @@
#else
#include <sys/socket.h>
#include <sys/un.h>
-#include <sys/in.h>
+#include <netinet/in.h>
#endif
/*
--
1.5.6.3
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] Fix in.h include in checkpoint_hdr.h
[not found] ` <1254539948-478-1-git-send-email-matthltc-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
@ 2009-10-05 14:05 ` Serge E. Hallyn
[not found] ` <20091005140538.GA9988-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
0 siblings, 1 reply; 3+ messages in thread
From: Serge E. Hallyn @ 2009-10-05 14:05 UTC (permalink / raw)
To: Matt Helsley
Cc: containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA, Dan Smith
Quoting Matt Helsley (matthltc-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org):
> sys/in.h doesn't exist, at least not in the glibc headers of my Fedora or
> Ubuntu systems. Use netinet/in.h which does.
>
> Signed-off-by: Matt Helsley <matthltc-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
> Cc: Dan Smith <danms-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
> Cc: containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org
Yes, fixes compile for me.
Acked-by: Serge 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 b5ce115..b5f958e 100644
> --- a/include/linux/checkpoint_hdr.h
> +++ b/include/linux/checkpoint_hdr.h
> @@ -19,7 +19,7 @@
> #else
> #include <sys/socket.h>
> #include <sys/un.h>
> -#include <sys/in.h>
> +#include <netinet/in.h>
> #endif
>
> /*
> --
> 1.5.6.3
>
> _______________________________________________
> Containers mailing list
> Containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org
> https://lists.linux-foundation.org/mailman/listinfo/containers
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] Fix in.h include in checkpoint_hdr.h
[not found] ` <20091005140538.GA9988-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
@ 2009-10-05 15:46 ` Oren Laadan
0 siblings, 0 replies; 3+ messages in thread
From: Oren Laadan @ 2009-10-05 15:46 UTC (permalink / raw)
To: Serge E. Hallyn
Cc: containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA, Dan Smith
Pulled, thanks.
Serge E. Hallyn wrote:
> Quoting Matt Helsley (matthltc-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org):
>> sys/in.h doesn't exist, at least not in the glibc headers of my Fedora or
>> Ubuntu systems. Use netinet/in.h which does.
>>
>> Signed-off-by: Matt Helsley <matthltc-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
>> Cc: Dan Smith <danms-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
>> Cc: containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org
>
> Yes, fixes compile for me.
>
> Acked-by: Serge 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 b5ce115..b5f958e 100644
>> --- a/include/linux/checkpoint_hdr.h
>> +++ b/include/linux/checkpoint_hdr.h
>> @@ -19,7 +19,7 @@
>> #else
>> #include <sys/socket.h>
>> #include <sys/un.h>
>> -#include <sys/in.h>
>> +#include <netinet/in.h>
>> #endif
>>
>> /*
>> --
>> 1.5.6.3
>>
>> _______________________________________________
>> Containers mailing list
>> Containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org
>> https://lists.linux-foundation.org/mailman/listinfo/containers
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-10-05 15:46 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-03 3:19 [PATCH] Fix in.h include in checkpoint_hdr.h Matt Helsley
[not found] ` <1254539948-478-1-git-send-email-matthltc-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
2009-10-05 14:05 ` Serge E. Hallyn
[not found] ` <20091005140538.GA9988-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
2009-10-05 15:46 ` 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.