summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2005-05-25 19:42:40 +1000
committerDarren Tucker <dtucker@zip.com.au>2005-05-25 19:42:40 +1000
commit5806767e5866d959078a1208ae969c2f8f2d1c7a (patch)
treef03e89034165f641978c7f0e4d954681693a096a
parentae8c91ec0749282e220f9c56efee1444a072cf62 (diff)
- (dtucker) [openbsd-compat/bsd-cygwin_util.c] Ensure sufficient memory
allocation when retrieving core Windows environment. Add CYGWIN variable to propagated variables. Patch from vinschen at redhat.com, ok djm@
-rw-r--r--ChangeLog2
-rw-r--r--openbsd-compat/bsd-cygwin_util.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 24605b53..7830d7d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2495,4 +2495,4 @@
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
-$Id: ChangeLog,v 1.3759 2005/05/25 09:42:10 dtucker Exp $
+$Id: ChangeLog,v 1.3758.2.1 2005/05/25 09:42:40 dtucker Exp $
diff --git a/openbsd-compat/bsd-cygwin_util.c b/openbsd-compat/bsd-cygwin_util.c
index b5e3cc52..ff394ec1 100644
--- a/openbsd-compat/bsd-cygwin_util.c
+++ b/openbsd-compat/bsd-cygwin_util.c
@@ -29,7 +29,7 @@
#include "includes.h"
-RCSID("$Id: bsd-cygwin_util.c,v 1.14 2005/05/25 09:42:11 dtucker Exp $");
+RCSID("$Id: bsd-cygwin_util.c,v 1.13.4.1 2005/05/25 09:42:40 dtucker Exp $");
#ifdef HAVE_CYGWIN