ben 96/12/05 02:30:08
Modified: src conf.h
Log:
Correct crypt definition.
Revision Changes Path
1.54 +1 -1 apache/src/conf.h
Index: conf.h
===================================================================
RCS file: /export/home/cvs/apache/src/conf.h,v
retrieving revision 1.53
retrieving revision 1.54
diff -C3 -r1.53 -r1.54
*** conf.h 1996/12/04 01:43:03 1.53
--- conf.h 1996/12/05 10:30:07 1.54
***************
*** 65,71 ****
#define HAVE_SYS_RESOURCE_H
#undef NO_KILLPG
#undef NO_SETSID
! char *crypt(char *pw, char *salt);
#define JMP_BUF sigjmp_buf
#define HAVE_MMAP
#include <sys/time.h>
--- 65,71 ----
#define HAVE_SYS_RESOURCE_H
#undef NO_KILLPG
#undef NO_SETSID
! char *crypt(const char *pw, const char *salt);
#define JMP_BUF sigjmp_buf
#define HAVE_MMAP
#include <sys/time.h>