Re: [PATCH iproute2 1/3] ip: Fix compilation with kernel headers < 3.4

2018-03-01 Thread Serhey Popovych
Stephen Hemminger wrote: > On Tue, 27 Feb 2018 21:34:56 +0200 > Serhey Popovych wrote: > >> Stephen Hemminger wrote: >>> On Tue, 27 Feb 2018 14:06:50 +0200 >>> Serhey Popovych wrote: >>> Since commit 596b1c94aa38 ("iproute: build more

Re: [PATCH iproute2 1/3] ip: Fix compilation with kernel headers < 3.4

2018-02-28 Thread Stephen Hemminger
On Tue, 27 Feb 2018 21:34:56 +0200 Serhey Popovych wrote: > Stephen Hemminger wrote: > > On Tue, 27 Feb 2018 14:06:50 +0200 > > Serhey Popovych wrote: > > > >> Since commit 596b1c94aa38 ("iproute: build more easily on Android"), > >>

Re: [PATCH iproute2 1/3] ip: Fix compilation with kernel headers < 3.4

2018-02-27 Thread Serhey Popovych
Stephen Hemminger wrote: > On Tue, 27 Feb 2018 14:06:50 +0200 > Serhey Popovych wrote: > >> Since commit 596b1c94aa38 ("iproute: build more easily on Android"), >> iproute2 uses types __kernel_long_t and __kernel_ulong_t but does not >> provide internal definitions for

Re: [PATCH iproute2 1/3] ip: Fix compilation with kernel headers < 3.4

2018-02-27 Thread Stephen Hemminger
On Tue, 27 Feb 2018 14:06:50 +0200 Serhey Popovych wrote: > Since commit 596b1c94aa38 ("iproute: build more easily on Android"), > iproute2 uses types __kernel_long_t and __kernel_ulong_t but does not > provide internal definitions for it. > > This means that

[PATCH iproute2 1/3] ip: Fix compilation with kernel headers < 3.4

2018-02-27 Thread Serhey Popovych
Since commit 596b1c94aa38 ("iproute: build more easily on Android"), iproute2 uses types __kernel_long_t and __kernel_ulong_t but does not provide internal definitions for it. This means that compilation using kernel headers that are older than 3.4 (where these types were added) will fail. This