You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Joe Orton <jo...@redhat.com> on 2004/11/20 10:36:38 UTC

Re: svn commit: r105905 - in apr/apr/trunk: . include include/arch/unix poll/unix

On Sat, Nov 20, 2004 at 12:28:20AM -0000, Paul Querna wrote:
> Author: pquerna
> Date: Fri Nov 19 16:28:19 2004
> New Revision: 105905
> 
> Added:
>    apr/apr/trunk/include/arch/unix/apr_arch_poll_private.h   (contents, props changed)
>    apr/apr/trunk/poll/unix/epoll.c   (contents, props changed)
>    apr/apr/trunk/poll/unix/kqueue.c   (contents, props changed)
>    apr/apr/trunk/poll/unix/select.c   (contents, props changed)

This should probably have been done with:
   svn cp poll.c epoll.c
   svn cp poll.c kqueue.c
   ...
but never mind.  Thanks for following this through and sorry I didn't 
get round tuit! :)

joe