Re: [PATCH libXaw] Add definition of getpagesize(), missing on Windows.

2019-03-09 Thread James Larrowe
Please disregard this patch. I sent a better one. On Sat, Mar 9, 2019 at 9:33 AM James Larrowe wrote: > Sorry about that, accidentally responded to the digest: > > So add another check for cygwin or disable getpagesize use on windows? > > On Fri, Mar 8, 2019 at 8:19 PM Jon Turney > wrote: > >>

Re: [PATCH libXaw] Add definition of getpagesize(), missing on Windows.

2019-03-08 Thread Jon Turney
On 05/03/2019 17:43, Alan Coopersmith wrote: What's wrong with it is mainly that the set of people who know about X libraries on Windows is small, and the set of people who deal with libXaw is small, and the intersection of those two sets is tiny.   (It also doesn't help that we've sucked for y

Re: [PATCH libXaw] Add definition of getpagesize(), missing on Windows.

2019-03-05 Thread Alan Coopersmith
What's wrong with it is mainly that the set of people who know about X libraries on Windows is small, and the set of people who deal with libXaw is small, and the intersection of those two sets is tiny. (It also doesn't help that we've sucked for years at handling patches by email for the unmain

Re: [PATCH libXaw] Add definition of getpagesize(), missing on Windows.

2019-03-04 Thread James Larrowe
Ping. Anything wrong with this? It's only defined in the plugin header files for gcc. On Thu, Feb 28, 2019 at 12:56 PM James R Larrowe wrote: > Fix build with --enable-selective-werror. > > Signed-off-by: James R Larrowe > --- > src/OS.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --gi

[PATCH libXaw] Add definition of getpagesize(), missing on Windows.

2019-02-28 Thread James R Larrowe
Fix build with --enable-selective-werror. Signed-off-by: James R Larrowe --- src/OS.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/OS.c b/src/OS.c index 4c69005..cd0c517 100644 --- a/src/OS.c +++ b/src/OS.c @@ -37,6 +37,9 @@ _XawGetPageSize(void) #endif #ifdef HAVE_GETPAGESIZE