--------------------- PatchSet 4633 Date: 2002/08/11 16:44:07 Author: serassio Branch: nt-2_5 Tag: (none) Log: Fixed wrong usage message Members: doc/win32-relnotes.txt:1.1.32.4->1.1.32.5 helpers/ntlm_auth/NTLMSSP-WIN32/ntlm_auth.c:1.1.4.2->1.1.4.3 src/fs/aufs/store_dir_aufs.c:1.23.6.1.4.6->1.23.6.1.4.7 Index: squid/doc/win32-relnotes.txt =================================================================== RCS file: /cvsroot/squid-sf//squid/doc/Attic/win32-relnotes.txt,v retrieving revision 1.1.32.4 retrieving revision 1.1.32.5 diff -u -r1.1.32.4 -r1.1.32.5 --- squid/doc/win32-relnotes.txt 11 Aug 2002 15:35:30 -0000 1.1.32.4 +++ squid/doc/win32-relnotes.txt 11 Aug 2002 16:44:07 -0000 1.1.32.5 @@ -74,4 +74,3 @@ awin32 is a native WIN32 Async I/O Squid fs module derived from aufs. Configuration in squid.conf is identical to aufs, but You nedd to specify awin32 instead aufs as cache type. - \ No newline at end of file Index: squid/helpers/ntlm_auth/NTLMSSP-WIN32/ntlm_auth.c =================================================================== RCS file: /cvsroot/squid-sf//squid/helpers/ntlm_auth/NTLMSSP-WIN32/Attic/ntlm_auth.c,v retrieving revision 1.1.4.2 retrieving revision 1.1.4.3 diff -u -r1.1.4.2 -r1.1.4.3 --- squid/helpers/ntlm_auth/NTLMSSP-WIN32/ntlm_auth.c 21 Jul 2002 09:07:12 -0000 1.1.4.2 +++ squid/helpers/ntlm_auth/NTLMSSP-WIN32/ntlm_auth.c 11 Aug 2002 16:44:07 -0000 1.1.4.3 @@ -1,5 +1,5 @@ /* - * $Id: ntlm_auth.c,v 1.1.4.2 2002/07/21 09:07:12 serassio Exp $ + * $Id: ntlm_auth.c,v 1.1.4.3 2002/08/11 16:44:07 serassio Exp $ * * This is a helper for NTLM Authentication for Squid Cache * Copyright (C) 2002 Guido Serassio @@ -111,7 +111,7 @@ #else "%s usage:\n%s [-v] [-a UserGroup] [-d UserGroup] [-h]\n" #endif - "-v enables verbose debugging statements was defined at build-time.\n" + "-v enables verbose debugging.\n" #ifdef NTLM_FAIL_OPEN "-l if specified, changes behavior on failures to last-ditch\n" #endif Index: squid/src/fs/aufs/store_dir_aufs.c =================================================================== RCS file: /cvsroot/squid-sf//squid/src/fs/aufs/store_dir_aufs.c,v retrieving revision 1.23.6.1.4.6 retrieving revision 1.23.6.1.4.7 diff -u -r1.23.6.1.4.6 -r1.23.6.1.4.7 --- squid/src/fs/aufs/store_dir_aufs.c 21 Jul 2002 08:58:20 -0000 1.23.6.1.4.6 +++ squid/src/fs/aufs/store_dir_aufs.c 11 Aug 2002 16:44:08 -0000 1.23.6.1.4.7 @@ -917,7 +917,7 @@ debug(50, 0) ("%s: %s\n", swaplog_path, xstrerror()); fatal("Failed to open swap log for reading"); } -#if defined(_SQUID_CYGWIN_) +#if defined(_SQUID_MSWIN_) || defined(_SQUID_CYGWIN_) setmode(fileno(fp), O_BINARY); #endif memset(&clean_sb, '\0', sizeof(struct stat));