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@
