You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Mark Cox <mj...@hyperreal.com> on 1996/04/18 13:18:25 UTC

cvs commit: apache/src rfc1413.c

mjc         96/04/18 04:18:25

  Modified:    src       rfc1413.c
  Log:
  Submitted by: Chuck Murcko <ch...@telebase.com>
  
  rfc1413.c doesn't need to #include conf.h, since it's already included in
  httpd.h. Besides, it blows the compile on BSDI 2.x with a redefine of
  union wait error.
  
  Revision  Changes    Path
  1.2       +0 -1      apache/src/rfc1413.c
  
  Index: rfc1413.c
  ===================================================================
  RCS file: /export/home/cvs/apache/src/rfc1413.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -C3 -r1.1 -r1.2
  *** rfc1413.c	1996/03/01 02:46:47	1.1
  --- rfc1413.c	1996/04/18 11:18:24	1.2
  ***************
  *** 73,79 ****
    
    /* Rewritten by David Robinson */
    
  - #include "conf.h"
    #include "httpd.h"    /* for server_rec, conn_rec */
    #include "http_log.h" /* for log_unixerr */
    #include "rfc1413.h"
  --- 73,78 ----