rse 99/11/28 04:28:06
Modified: src CHANGES
src/include ap_config.h
Log:
Removed the variable name "template" from a prototype for SunOS4
in ap_config.h to make C++ compiler happy, too.
Submitted by: SAKAI Kiyotaka <[EMAIL PROTECTED]>
Reviewed by: Ralf S. Engelschall
PR: 5363
Revision Changes Path
1.1454 +4 -0 apache-1.3/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/apache-1.3/src/CHANGES,v
retrieving revision 1.1453
retrieving revision 1.1454
diff -u -r1.1453 -r1.1454
--- CHANGES 1999/11/28 12:14:18 1.1453
+++ CHANGES 1999/11/28 12:28:02 1.1454
@@ -1,5 +1,9 @@
Changes with Apache 1.3.10
+ *) Removed the variable name "template" from a prototype for SunOS4
+ in ap_config.h to make C++ compiler happy, too.
+ [SAKAI Kiyotaka <[EMAIL PROTECTED]>] PR#5363
+
*) Added missing links to htdocs/manual/mod/directives.html
for AllowCONNECT and ProxyDomain. [Patrik Grip-Jansson
<[EMAIL PROTECTED]>, Ralf S. Engelschall] PR#5319
1.273 +1 -1 apache-1.3/src/include/ap_config.h
Index: ap_config.h
===================================================================
RCS file: /home/cvs/apache-1.3/src/include/ap_config.h,v
retrieving revision 1.272
retrieving revision 1.273
diff -u -r1.272 -r1.273
--- ap_config.h 1999/10/28 17:57:28 1.272
+++ ap_config.h 1999/11/28 12:28:06 1.273
@@ -160,7 +160,7 @@
#undef NO_KILLPG
#undef NO_SETSID
char *crypt(const char *pw, const char *salt);
-char *mktemp(char *template);
+char *mktemp(char *);
#define HAVE_MMAP 1
#define USE_MMAP_SCOREBOARD
#define USE_MMAP_FILES