Re: [PATCH] Fix M4 build on DragonFly BSD

2013-11-05 Thread GW
On Tuesday 05 November 2013 10.02:29 Eric Blake wrote: > On 11/05/2013 09:53 AM, GW wrote: > > On Tuesday 05 November 2013 09.48:44 Eric Blake wrote: > >> On 11/05/2013 09:43 AM, GW wrote: > >>> In file included from close-stream.c:25:0: > >>> fpending.h:28:8: error: conflicting types for '__fpendi

Re: [PATCH] Fix M4 build on DragonFly BSD

2013-11-05 Thread GW
On Tuesday 05 November 2013 09.48:44 Eric Blake wrote: > On 11/05/2013 09:43 AM, GW wrote: > > In file included from close-stream.c:25:0: > > fpending.h:28:8: error: conflicting types for '__fpending' > > In file included from ./stdio.h:43:0, > > > > from close-stream.h:1, > > >

Re: [PATCH] Fix M4 build on DragonFly BSD

2013-11-05 Thread Eric Blake
On 11/05/2013 09:53 AM, GW wrote: > On Tuesday 05 November 2013 09.48:44 Eric Blake wrote: >> On 11/05/2013 09:43 AM, GW wrote: >>> In file included from close-stream.c:25:0: >>> fpending.h:28:8: error: conflicting types for '__fpending' >>> In file included from ./stdio.h:43:0, >>> >>>

Re: [PATCH] Fix M4 build on DragonFly BSD

2013-11-05 Thread Eric Blake
On 11/05/2013 09:43 AM, GW wrote: > In file included from close-stream.c:25:0: > fpending.h:28:8: error: conflicting types for '__fpending' > In file included from ./stdio.h:43:0, > from close-stream.h:1, > from close-stream.c:20: > /usr/include/stdio.h:354:11: not

Re: [PATCH] Fix M4 build on DragonFly BSD

2013-11-05 Thread Eric Blake
[adding bug-gnulib] On 11/05/2013 08:55 AM, GW wrote: > M4 does not build "as is" on DragonFly BSD. However, the fix we found and > used > for a while at DragonFly is actually fairly simple: > > > --- lib/fpending.h.orig 2013-11-05 16:23:53.676412000 +0100 > +++ lib/fpending.h 2013-11-05