rbb         99/06/09 08:16:14

  Modified:    apr/network_io/unix sockopt.c
  Log:
  Don't return int, return an ap_status_t
  
  Revision  Changes    Path
  1.10      +1 -1      apache-apr/apr/network_io/unix/sockopt.c
  
  Index: sockopt.c
  ===================================================================
  RCS file: /home/cvs/apache-apr/apr/network_io/unix/sockopt.c,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- sockopt.c 1999/06/02 18:44:54     1.9
  +++ sockopt.c 1999/06/09 15:16:14     1.10
  @@ -65,7 +65,7 @@
   #include <unistd.h>
   #include <fcntl.h>
   
  -int soblock(int sd)
  +ap_status_t soblock(int sd)
   {
       int fd_flags;
   
  
  
  

Reply via email to