summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2012-02-14 10:03:30 -0800
committerTim Rice <tim@multitalents.net>2012-02-14 10:03:30 -0800
commite3609c935c93d680e39b9649520bc052576f7fc4 (patch)
tree5f09a403043df802fa7b68939ff0883c2e7ed65d /ChangeLog
parent7b7901c330f7b50e8c6b2929cf329c451bce6c7e (diff)
- (tim) [openbsd-compat/bsd-misc.h sshd.c] Fix conflicting return type for
unsetenv due to rev 1.14 change to setenv.c. Cast unsetenv to void in sshd.c ok dtucker@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ed1c07cba..201f2cb1e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
120120215
2 - (tim) [openbsd-compat/bsd-misc.h sshd.c] Fix conflicting return type for
3 unsetenv due to rev 1.14 change to setenv.c. Cast unsetenv to void in sshd.c
4 ok dtucker@
5
120120214 620120214
2 - (djm) [openbsd-compat/bsd-cygwin_util.c] Add PROGRAMFILES to list of 7 - (djm) [openbsd-compat/bsd-cygwin_util.c] Add PROGRAMFILES to list of
3 preserved Cygwin environment variables; from Corinna Vinschen 8 preserved Cygwin environment variables; from Corinna Vinschen