chuck 97/04/27 20:52:08
Modified: src CHANGES conf.h
Log:
Submitted by: Marc Slemko
Add prototype for mktemp() on SUNOS4.
Revision Changes Path
1.258 +6 -0 apache/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache/src/CHANGES,v
retrieving revision 1.257
retrieving revision 1.258
diff -C3 -r1.257 -r1.258
*** CHANGES 1997/04/28 01:40:58 1.257
--- CHANGES 1997/04/28 03:52:05 1.258
***************
*** 1,5 ****
--- 1,11 ----
Changes with Apache 1.2b10
+ *) Added prototype for mktemp() for SUNOS4 [Marc Slemko]
+
+ *) In mod_proxy.c, check return values for proxy_host2addr() when reading
+ config, in case the hostent struct returned is trash.
+ [Chuck Murcko] PR #491
+
*) Fixed a showstopper CGI problem in 1.2b9. This change caused the rev
to 1.2b10, 1.2b9 was never announced. [Marc Slemko]
1.96 +1 -0 apache/src/conf.h
Index: conf.h
===================================================================
RCS file: /export/home/cvs/apache/src/conf.h,v
retrieving revision 1.95
retrieving revision 1.96
diff -C3 -r1.95 -r1.96
*** conf.h 1997/04/27 07:52:17 1.95
--- conf.h 1997/04/28 03:52:06 1.96
***************
*** 81,86 ****
--- 81,87 ----
#undef NO_KILLPG
#undef NO_SETSID
char *crypt(const char *pw, const char *salt);
+ char *mktemp(char *template);
#define JMP_BUF sigjmp_buf
#define HAVE_MMAP
#include <sys/time.h>