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
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
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.
>
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