Re: i_poll/i_syspoll weirdness (was Re: [PATCH@33547] configure.com and vms.c fixes.)

2008-03-26 Thread John E. Malmberg
Craig A. Berry wrote: At 10:15 AM +0100 3/26/08, H.Merijn Brand wrote: On Tue, 25 Mar 2008 22:41:56 -0500, "Craig A. Berry" <[EMAIL PROTECTED]> wrote: I was wrong about that. IO includes its own local poll.h, and ext/IO/poll.h has #if (defined(HAS_POLL) && defined(I_POLL)) || defined(POLLWR

i_poll/i_syspoll weirdness (was Re: [PATCH@33547] configure.com and vms.c fixes.)

2008-03-26 Thread Craig A. Berry
At 10:15 AM +0100 3/26/08, H.Merijn Brand wrote: >On Tue, 25 Mar 2008 22:41:56 -0500, "Craig A. Berry" <[EMAIL PROTECTED]> >wrote: > >> At 9:27 AM +0100 3/24/08, H.Merijn Brand wrote: >> >On Sun, 23 Mar 2008 14:29:25 -0500, "John E. Malmberg" <[EMAIL PROTECTED]> >> >wrote: >> > > > > > In configur

Re: [PATCH@33547] configure.com and vms.c fixes.

2008-03-26 Thread H.Merijn Brand
On Tue, 25 Mar 2008 22:41:56 -0500, "Craig A. Berry" <[EMAIL PROTECTED]> wrote: > At 9:27 AM +0100 3/24/08, H.Merijn Brand wrote: > >On Sun, 23 Mar 2008 14:29:25 -0500, "John E. Malmberg" <[EMAIL PROTECTED]> > >wrote: > > > > > In configure.com, add test for sys/poll.h. > > > > Thanks John, app

Re: [PATCH@33547] configure.com and vms.c fixes.

2008-03-25 Thread Craig A. Berry
At 9:27 AM +0100 3/24/08, H.Merijn Brand wrote: >On Sun, 23 Mar 2008 14:29:25 -0500, "John E. Malmberg" <[EMAIL PROTECTED]> >wrote: > > > In configure.com, add test for sys/poll.h. >Thanks John, applied as change #33550 Thanks for keeping up with VMS patches while my attention was elsewhere. >

Re: [PATCH@33547] configure.com and vms.c fixes.

2008-03-24 Thread John E. Malmberg
H.Merijn Brand wrote: On Sun, 23 Mar 2008 14:29:25 -0500, "John E. Malmberg" <[EMAIL PROTECTED]> wrote: In configure.com, add test for sys/poll.h. Thanks John, applied as change #33550 FYI, this test was added by the updated metaconfig tools, not by any patch from the perl community, so it

Re: [PATCH@33547] configure.com and vms.c fixes.

2008-03-24 Thread H.Merijn Brand
On Sun, 23 Mar 2008 14:29:25 -0500, "John E. Malmberg" <[EMAIL PROTECTED]> wrote: > In configure.com, add test for sys/poll.h. > > In VMS.C, Add a missing translation of an RMS status code to a ERRNO, > and remove a cast. Thanks John, applied as change #33550 FYI, this test was added by the u

[PATCH@33547] configure.com and vms.c fixes.

2008-03-23 Thread John E. Malmberg
In configure.com, add test for sys/poll.h. In VMS.C, Add a missing translation of an RMS status code to a ERRNO, and remove a cast. -John [EMAIL PROTECTED] Personal Opinion Only --- /rsync_root/perl/configure.com Tue Mar 4 21:16:58 2008 +++ configure.com Sun Mar 23 01:20:45 2008 @@