Re: [Xen-devel] [PATCH 4/7] tools: Update sys/poll.h to poll.h

2016-12-20 Thread Alistair Francis
On Mon, Dec 19, 2016 at 8:00 PM, Doug Goldstein wrote: > On 12/19/16 12:01 PM, Alistair Francis wrote: >> On Sat, Dec 17, 2016 at 7:55 AM, Konrad Rzeszutek Wilk >> wrote: >>> On Fri, Dec 16, 2016 at 02:56:04PM -0800, Alistair Francis wrote: To

Re: [Xen-devel] [PATCH 4/7] tools: Update sys/poll.h to poll.h

2016-12-19 Thread Doug Goldstein
On 12/19/16 12:01 PM, Alistair Francis wrote: > On Sat, Dec 17, 2016 at 7:55 AM, Konrad Rzeszutek Wilk > wrote: >> On Fri, Dec 16, 2016 at 02:56:04PM -0800, Alistair Francis wrote: >>> To avoid this build error with newer build systems: >> >> And what is newer? GCC 5? 6? >

Re: [Xen-devel] [PATCH 4/7] tools: Update sys/poll.h to poll.h

2016-12-19 Thread Alistair Francis
On Sat, Dec 17, 2016 at 7:55 AM, Konrad Rzeszutek Wilk wrote: > On Fri, Dec 16, 2016 at 02:56:04PM -0800, Alistair Francis wrote: >> To avoid this build error with newer build systems: > > And what is newer? GCC 5? 6? In this case it is GCC 5. Thanks, Alistair > >

Re: [Xen-devel] [PATCH 4/7] tools: Update sys/poll.h to poll.h

2016-12-17 Thread Konrad Rzeszutek Wilk
On Fri, Dec 16, 2016 at 02:56:04PM -0800, Alistair Francis wrote: > To avoid this build error with newer build systems: And what is newer? GCC 5? 6? Thanks. > error: #warning redirecting incorrect #include to > [-Werror=cpp] > > Rename sys/poll.h to poll.h > > Signed-off-by:

[Xen-devel] [PATCH 4/7] tools: Update sys/poll.h to poll.h

2016-12-16 Thread Alistair Francis
To avoid this build error with newer build systems: error: #warning redirecting incorrect #include to [-Werror=cpp] Rename sys/poll.h to poll.h Signed-off-by: Alistair Francis --- tools/libxl/libxl_internal.h | 2 +-