diff options
author | Tom Kistner <tom@duncanthrax.net> | 2005-05-24 08:15:01 +0000 |
---|---|---|
committer | Tom Kistner <tom@duncanthrax.net> | 2005-05-24 08:15:01 +0000 |
commit | 384152a6b0cce686255894a502e4b88743abd356 (patch) | |
tree | 34aa278a3da531001abf1b732c5f697790d7aa7c /src/OS/os.h-cygwin | |
parent | 870f6ba8a2945754a7f2f66097e3a64465fe1a04 (diff) |
SPF: rewrote code to work with 1.2.x libsfp2 series. SRS: upgraded to latest patch from Miles Wilton. Misc: remove some tabs and whitespace.
Diffstat (limited to 'src/OS/os.h-cygwin')
-rw-r--r-- | src/OS/os.h-cygwin | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/OS/os.h-cygwin b/src/OS/os.h-cygwin index ebd9c848b..591f0965e 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.1 2004/10/06 15:07:39 ph10 Exp $ */ +/* $Cambridge: exim/src/OS/os.h-cygwin,v 1.2 2005/05/24 08:15:01 tom Exp $ */ /* Exim: OS-specific C header file for Cygwin */ @@ -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 |