Re: [uml-devel] [PATCH] um: fix missing include with glibc 2.16

2012-08-04 Thread richard -rw- weinberger
On Fri, Aug 3, 2012 at 3:51 PM, Vianney le Clément wrote: > On Thu, Aug 2, 2012 at 9:42 AM, richard -rw- weinberger > wrote: >> As it's a trivial patch you can also send it s attachment. >> (If nothing else works) > > Hi Richard, > > Did you receive the patch sent by git? In any case, I have atta

Re: [uml-devel] [PATCH] um: fix missing include with glibc 2.16

2012-08-03 Thread Vianney le Clément
On Thu, Aug 2, 2012 at 9:42 AM, richard -rw- weinberger wrote: > As it's a trivial patch you can also send it s attachment. > (If nothing else works) Hi Richard, Did you receive the patch sent by git? In any case, I have attached it to this mail. Vianney glibc2.16.patch Description: Binary da

Re: [uml-devel] [PATCH] um: fix missing include with glibc 2.16

2012-08-02 Thread richard -rw- weinberger
On Thu, Aug 2, 2012 at 8:53 AM, Vianney le Clément wrote: > On Thu, Aug 2, 2012 at 12:51 AM, Richard Weinberger > wrote: >> On 31.07.2012 10:28, Vianney le Clément de Saint-Marcq wrote: >>> >>> From: Vianney le Clément de Saint-Marcq >>> >>> As of glibc 2.16, sys/wait.h does no longer include sy

Re: [uml-devel] [PATCH] um: fix missing include with glibc 2.16

2012-08-01 Thread Vianney le Clément
On Thu, Aug 2, 2012 at 12:51 AM, Richard Weinberger wrote: > On 31.07.2012 10:28, Vianney le Clément de Saint-Marcq wrote: >> >> From: Vianney le Clément de Saint-Marcq >> >> As of glibc 2.16, sys/wait.h does no longer include sys/resource.h, >> which is needed for getrlimit(). This patch fixes c

Re: [uml-devel] [PATCH] um: fix missing include with glibc 2.16

2012-08-01 Thread Richard Weinberger
On 31.07.2012 10:28, Vianney le Clément de Saint-Marcq wrote: > From: Vianney le Clément de Saint-Marcq > > As of glibc 2.16, sys/wait.h does no longer include sys/resource.h, > which is needed for getrlimit(). This patch fixes compiling UML with > glibc 2.16. > > Signed-off-by: Vianney le Clément