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
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
Linus,
The following changes since commit 28a33cbc24e4256c143dce96c7d93bf423229f92:
Linux 3.5 (2012-07-21 13:58:29 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git for-linus-3.6-rc1
---
This patch set contains mostly fixes and cleanup