dgaudet 97/04/24 16:21:36
Modified: src CHANGES src/modules/proxy proxy_connect.c Log: Fix another bstring.h problem. Submitted by: Mark Slemko Reviewed by: Dean, Roy Revision Changes Path 1.245 +2 -0 apache/src/CHANGES Index: CHANGES =================================================================== RCS file: /export/home/cvs/apache/src/CHANGES,v retrieving revision 1.244 retrieving revision 1.245 diff -C3 -r1.244 -r1.245 *** CHANGES 1997/04/24 10:19:09 1.244 --- CHANGES 1997/04/24 23:21:32 1.245 *************** *** 1,4 **** --- 1,6 ---- Changes with Apache 1.2 + + *) Fix IRIX warning about bzero undefined. [Marc Slemko] *) Fix problem with <Directory proxy:...>. [Martin Kraemer] PR#271 1.8 +4 -0 apache/src/modules/proxy/proxy_connect.c Index: proxy_connect.c =================================================================== RCS file: /export/home/cvs/apache/src/modules/proxy/proxy_connect.c,v retrieving revision 1.7 retrieving revision 1.8 diff -C3 -r1.7 -r1.8 *** proxy_connect.c 1997/04/11 05:10:50 1.7 --- proxy_connect.c 1997/04/24 23:21:35 1.8 *************** *** 56,61 **** --- 56,65 ---- #include "http_log.h" #include "http_main.h" + #ifdef HAVE_BSTRING_H + #include <bstring.h> /* for IRIX, FD_SET calls bzero() */ + #endif + /* * This handles Netscape CONNECT method secure proxy requests. * A connection is opened to the specified host and data is