chuck       97/01/10 01:26:00

  Modified:    src       http_main.c
  Log:
  Get rid of warning for UnixWare 2.1.1
  
  Revision  Changes    Path
  1.103     +4 -0      apache/src/http_main.c
  
  Index: http_main.c
  ===================================================================
  RCS file: /export/home/cvs/apache/src/http_main.c,v
  retrieving revision 1.102
  retrieving revision 1.103
  diff -C3 -r1.102 -r1.103
  *** http_main.c       1997/01/10 03:39:15     1.102
  --- http_main.c       1997/01/10 09:25:58     1.103
  ***************
  *** 1493,1499 ****
  --- 1493,1503 ----
    
    void child_main(int child_num_arg)
    {
  + #if defined(UW)
  +     size_t clen;
  + #else
        int clen;
  + #endif
        struct sockaddr sa_server;
        struct sockaddr sa_client;
    
  
  
  

Reply via email to