summaryrefslogtreecommitdiff
path: root/src/OS/os.h-cygwin
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2005-08-02 09:09:27 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2005-08-02 09:09:27 +0000
commitb6c6011da086cbf47cfae6f43f8f22443ad62090 (patch)
tree723c874adba9975733331f203a4418018fac58a6 /src/OS/os.h-cygwin
parent2548ba04544aa8a42cdc5c69cd48171898949b54 (diff)
Install latest Cygwin config files.
Diffstat (limited to 'src/OS/os.h-cygwin')
-rw-r--r--src/OS/os.h-cygwin8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/OS/os.h-cygwin b/src/OS/os.h-cygwin
index 591f0965e..2f0de1d3f 100644
--- a/src/OS/os.h-cygwin
+++ b/src/OS/os.h-cygwin
@@ -1,4 +1,4 @@
-/* $Cambridge: exim/src/OS/os.h-cygwin,v 1.2 2005/05/24 08:15:01 tom Exp $ */
+/* $Cambridge: exim/src/OS/os.h-cygwin,v 1.3 2005/08/02 09:09:27 ph10 Exp $
/* Exim: OS-specific C header file for Cygwin */
@@ -7,9 +7,9 @@
/* Define the OS_INIT macro that we insert in exim.c:main()
to set the root and exim uid depending on the system */
/* We use a special routine to initialize */
-void cygwin_init(int, char **, void *, void *, void *, void *);
+void cygwin_init(int, char **, void *, void *, void *, void *, void *);
#define OS_INIT\
- cygwin_init(argc, (char **) argv, &root_uid, &exim_uid, &exim_gid, &config_uid);
+ cygwin_init(argc, (char **) argv, &root_uid, &exim_uid, &exim_gid, &config_uid, &config_gid);
/* We need a special mkdir that
allows names starting with // */
@@ -27,7 +27,7 @@ int cygwin_setgid(gid_t gid );
extern unsigned int cygwin_WinVersion;
#define BASE_62 36 /* Windows aliases lower and upper cases in filenames.
- Consider reducing MAX_LOCALHOST_NUMBER */
+ Consider reducing MAX_LOCALHOST_NUMBER */
#define CRYPT_H
#define HAVE_MMAP
#define HAVE_SYS_VFS_H