Re: [PATCH 20/45] sctp.h: include stdint.h in userspace
From: Mikko Rapeli <hidden>
Date: 2015-02-18 16:05:30
Also in:
linux-sctp, lkml
From: Mikko Rapeli <hidden>
Date: 2015-02-18 16:05:30
Also in:
linux-sctp, lkml
On Wed, Feb 18, 2015 at 04:48:04PM +0100, Daniel Borkmann wrote:
On 02/17/2015 12:05 AM, Mikko Rapeli wrote:quoted
Fixes compilation error: linux/sctp.h:652:2: error: unknown type name ‘uint32_t’ Signed-off-by: Mikko Rapeli <redacted>I have no idea where the rest of this series went (neither netdev, nor lkml, nor linux-sctp) and what user space application making use of the header you are trying to fix !?
There is a test written to test compilation of exported kernel headers one by one in userspace. lkml thread is here: https://lkml.org/lkml/2015/2/16/521 The series should have gone to the right addresses with: $ git send-email --to linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \ --cc-cmd "scripts/get_maintainer.pl --norolestats" -Mikko