Messages in this thread |  | | Date | Wed, 18 Feb 2015 18:05:13 +0200 | From | Mikko Rapeli <> | Subject | Re: [PATCH 20/45] sctp.h: include stdint.h in userspace |
| |
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 <mikko.rapeli@iki.fi> > > 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@vger.kernel.org \ --cc-cmd "scripts/get_maintainer.pl --norolestats"
-Mikko
|  |