Re: Compiling GNU Sharutils on NetBSD

2015-04-14 Thread Pádraig Brady
On 08/04/15 20:23, Bruce Korb wrote: > On 04/06/15 11:26, HIRAMATSU Yoshifumi wrote: >> --- lib/fseeko.c.orig2015-04-05 22:42:44.0 +0900 >> +++ lib/fseeko.c 2015-04-05 22:42:52.0 +0900 >> @@ -125,7 +125,7 @@ >> fp->_flags &= ~_IO_EOF_SEEN; >> fp->_offset

Re: Compiling GNU Sharutils on NetBSD

2015-04-08 Thread Bruce Korb
On 04/06/15 11:26, HIRAMATSU Yoshifumi wrote: --- lib/fseeko.c.orig 2015-04-05 22:42:44.0 +0900 +++ lib/fseeko.c2015-04-05 22:42:52.0 +0900 @@ -125,7 +125,7 @@ fp->_flags &= ~_IO_EOF_SEEN; fp->_offset = pos; #elif defined __sferror || defined __DragonFl

Re: Compiling GNU Sharutils on NetBSD

2015-04-06 Thread HIRAMATSU Yoshifumi
On Mon, 06 Apr 2015 23:54:07 +0900, Eric Blake wrote: > > When did this change occur? Yes, gnulib should be taught to support it. Changed when NetBSD 6 is released. > Thanks for the patch; hopefully someone with more NetBSD familiarity > will confirm if this works for both pre- and post-change

Re: Compiling GNU Sharutils on NetBSD

2015-04-06 Thread Eric Blake
[adding gnulib, as owner of the file in question] On 04/06/2015 03:47 AM, HIRAMATSU Yoshifumi wrote: > Hello, > > Compiling Sharutil on recent NetBSD fails. This mail describes shortly. > > > In GNU Sharutil's lib/fseeko.c, line 134 starts comment about NetBSD. > > /* Use a union, since on Ne