You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by jo...@apache.org on 2003/12/09 11:06:55 UTC

cvs commit: apr/poll/unix Makefile.in pollacc.c

jorton      2003/12/09 02:06:55

  Modified:    .        apr.dsp libapr.dsp
               include  apr.h.in
               poll/unix Makefile.in
  Removed:     poll/unix pollacc.c
  Log:
  Completely remove apr_socket_from_file which is deprecated on the 0.9
  branch and was partially removed earlier.
  
  * include/apr.h.in: Removed reference to apr_socket_from_file.
  
  * apr.dsp, libapr.dsp, poll/unix/Makefile.in: Don't build pollacc.c.
  
  * poll/unix/pollacc.c: Removed file.
  
  PR: 25324
  
  Revision  Changes    Path
  1.130     +0 -4      apr/apr.dsp
  
  Index: apr.dsp
  ===================================================================
  RCS file: /home/cvs/apr/apr.dsp,v
  retrieving revision 1.129
  retrieving revision 1.130
  diff -u -u -r1.129 -r1.130
  --- apr.dsp	3 Dec 2003 01:05:07 -0000	1.129
  +++ apr.dsp	9 Dec 2003 10:06:55 -0000	1.130
  @@ -278,10 +278,6 @@
   # End Source File
   # Begin Source File
   
  -SOURCE=.\poll\unix\pollacc.c
  -# End Source File
  -# Begin Source File
  -
   SOURCE=.\network_io\win32\sendrecv.c
   # End Source File
   # Begin Source File
  
  
  
  1.95      +0 -4      apr/libapr.dsp
  
  Index: libapr.dsp
  ===================================================================
  RCS file: /home/cvs/apr/libapr.dsp,v
  retrieving revision 1.94
  retrieving revision 1.95
  diff -u -u -r1.94 -r1.95
  --- libapr.dsp	3 Dec 2003 01:05:07 -0000	1.94
  +++ libapr.dsp	9 Dec 2003 10:06:55 -0000	1.95
  @@ -284,10 +284,6 @@
   # End Source File
   # Begin Source File
   
  -SOURCE=.\poll\unix\pollacc.c
  -# End Source File
  -# Begin Source File
  -
   SOURCE=.\network_io\win32\sendrecv.c
   # End Source File
   # Begin Source File
  
  
  
  1.132     +1 -3      apr/include/apr.h.in
  
  Index: apr.h.in
  ===================================================================
  RCS file: /home/cvs/apr/include/apr.h.in,v
  retrieving revision 1.131
  retrieving revision 1.132
  diff -u -u -r1.131 -r1.132
  --- apr.h.in	16 Nov 2003 23:49:14 -0000	1.131
  +++ apr.h.in	9 Dec 2003 10:06:55 -0000	1.132
  @@ -262,9 +262,7 @@
   #define APR_HAS_OS_UUID           0
   
   /* APR sets APR_FILES_AS_SOCKETS to 1 on systems where it is possible
  - * to poll on files/pipes.  On such a system, the application can
  - * call apr_socket_from_file() to get an APR socket representation and 
  - * then pass the socket representation to apr_poll_socket_add().
  + * to poll on files/pipes.
    */
   #define APR_FILES_AS_SOCKETS      @file_as_socket@
   
  
  
  
  1.3       +1 -2      apr/poll/unix/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apr/poll/unix/Makefile.in,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -u -r1.2 -r1.3
  --- Makefile.in	11 Jul 2002 15:32:18 -0000	1.2
  +++ Makefile.in	9 Dec 2003 10:06:55 -0000	1.3
  @@ -2,8 +2,7 @@
   VPATH = @srcdir@
   
   TARGETS = \
  -	poll.lo \
  -	pollacc.lo 
  +	poll.lo
   
   
   # bring in rules.mk for standard functionality