Re: [PATCH iproute2] ss: fix compilation under glibc < 2.18

2019-02-21 Thread Stephen Hemminger
On Thu, 21 Feb 2019 08:43:08 +0100 Thomas De Schampheleire wrote: > El jue., 21 feb. 2019 a las 2:53, Stephen Hemminger > () escribió: > > > > On Wed, 20 Feb 2019 15:41:51 +0100 > > Thomas De Schampheleire wrote: > > > > > From: Thomas De Schampheleire > > > > > > Commit c759116a0b2b6da8df968

Re: [PATCH iproute2] ss: fix compilation under glibc < 2.18

2019-02-20 Thread Thomas De Schampheleire
El jue., 21 feb. 2019 a las 2:53, Stephen Hemminger () escribió: > > On Wed, 20 Feb 2019 15:41:51 +0100 > Thomas De Schampheleire wrote: > > > From: Thomas De Schampheleire > > > > Commit c759116a0b2b6da8df9687b0a40ac69050132c77 introduced support for > > AF_VSOCK. This define is only provided si

Re: [PATCH iproute2] ss: fix compilation under glibc < 2.18

2019-02-20 Thread Stephen Hemminger
On Wed, 20 Feb 2019 15:41:51 +0100 Thomas De Schampheleire wrote: > From: Thomas De Schampheleire > > Commit c759116a0b2b6da8df9687b0a40ac69050132c77 introduced support for > AF_VSOCK. This define is only provided since glibc version 2.18, so > compilation fails when using older toolchains. >

[PATCH iproute2] ss: fix compilation under glibc < 2.18

2019-02-20 Thread Thomas De Schampheleire
From: Thomas De Schampheleire Commit c759116a0b2b6da8df9687b0a40ac69050132c77 introduced support for AF_VSOCK. This define is only provided since glibc version 2.18, so compilation fails when using older toolchains. Provide the necessary definitions if needed. Signed-off-by: Thomas De Schamphel