Re: [PATCH 20/45] sctp.h: include stdint.h in userspace

2015-02-18 Thread Daniel Borkmann
On 02/17/2015 12:05 AM, Mikko Rapeli wrote: Fixes compilation error: linux/sctp.h:652:2: error: unknown type name ‘uint32_t’ Signed-off-by: Mikko Rapeli 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

Re: [PATCH 20/45] sctp.h: include stdint.h in userspace

2015-02-18 Thread Mikko Rapeli
On Wed, Feb 18, 2015 at 04:48:04PM +0100, Daniel Borkmann wrote: > On 02/17/2015 12:05 AM, Mikko Rapeli wrote: > >Fixes compilation error: > > > >linux/sctp.h:652:2: error: unknown type name ‘uint32_t’ > > > >Signed-off-by: Mikko Rapeli > > I have no idea where the rest of this series went (neith

Re: [PATCH 20/45] sctp.h: include stdint.h in userspace

2015-02-17 Thread Neil Horman
On Tue, Feb 17, 2015 at 12:05:23AM +0100, Mikko Rapeli wrote: > Fixes compilation error: > > linux/sctp.h:652:2: error: unknown type name ‘uint32_t’ > > Signed-off-by: Mikko Rapeli Acked-by: Neil Horman > --- > include/uapi/linux/sctp.h | 4 > 1 file changed, 4 insertions(+) > > diff --

[PATCH 20/45] sctp.h: include stdint.h in userspace

2015-02-16 Thread Mikko Rapeli
Fixes compilation error: linux/sctp.h:652:2: error: unknown type name ‘uint32_t’ Signed-off-by: Mikko Rapeli --- include/uapi/linux/sctp.h | 4 1 file changed, 4 insertions(+) diff --git a/include/uapi/linux/sctp.h b/include/uapi/linux/sctp.h index ce70fe6..9fd31cf 100644 --- a/include/ua