--
2.1.4
--
To unsubscribe from this list: send the line "unsubscribe linux-sctp" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
From: Mikko Rapeli <hidden> Date: 2015-02-18 16:05:30
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
From: Daniel Borkmann <daniel@iogearbox.net> Date: 2015-02-18 16:10:34
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 <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 !?