From cvs-return-3732-apmail-apr-cvs-archive=apr.apache.org@apr.apache.org Thu Jul 11 05:24:22 2002 Return-Path: Delivered-To: apmail-apr-cvs-archive@apr.apache.org Received: (qmail 19323 invoked by uid 500); 11 Jul 2002 05:24:22 -0000 Mailing-List: contact cvs-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: dev@apr.apache.org Delivered-To: mailing list cvs@apr.apache.org Received: (qmail 19312 invoked from network); 11 Jul 2002 05:24:22 -0000 Date: 11 Jul 2002 05:24:21 -0000 Message-ID: <20020711052421.84148.qmail@icarus.apache.org> From: rbb@apache.org To: apr-cvs@apache.org Subject: cvs commit: apr/network_io/beos Makefile.in poll.c X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N rbb 2002/07/10 22:24:21 Modified: network_io/beos Makefile.in Removed: network_io/beos poll.c Log: Remove the old BeOS poll implementation. BeOS's poll implementation looks like the select implementation on Unix, so I believe that this should just work, but it is untested. Revision Changes Path 1.17 +1 -1 apr/network_io/beos/Makefile.in Index: Makefile.in =================================================================== RCS file: /home/cvs/apr/network_io/beos/Makefile.in,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- Makefile.in 22 Apr 2002 01:24:50 -0000 1.16 +++ Makefile.in 11 Jul 2002 05:24:21 -0000 1.17 @@ -1,7 +1,7 @@ srcdir = @srcdir@ VPATH = @srcdir@ -TARGETS = poll.lo sendrecv.lo socketcommon.lo +TARGETS = sendrecv.lo socketcommon.lo # bring in rules.mk for standard functionality @INCLUDE_RULES@