summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2008-11-05 16:12:54 +1100
committerDamien Miller <djm@mindrot.org>2008-11-05 16:12:54 +1100
commit6f66d34308af787613d5525729953665f26367ee (patch)
treeba232d502848df4cee2558fd0e5645a8830dda45 /ChangeLog
parent7fc5c0f62158614eb42cac2a16fab8a23826ec74 (diff)
downloadopenssh-git-6f66d34308af787613d5525729953665f26367ee.tar.gz
- djm@cvs.openbsd.org 2008/11/04 07:58:09
[auth.c] need unistd.h for close() prototype (ID sync only)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 686c7690..cf80ff1e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,10 @@
- djm@cvs.openbsd.org 2008/11/03 08:59:41
[servconf.c]
include MaxSessions in sshd -T output; patch from imorgan AT nas.nasa.gov
+ - djm@cvs.openbsd.org 2008/11/04 07:58:09
+ [auth.c]
+ need unistd.h for close() prototype
+ (ID sync only)
20081103
- OpenBSD CVS Sync
@@ -4853,4 +4857,4 @@
OpenServer 6 and add osr5bigcrypt support so when someone migrates
passwords between UnixWare and OpenServer they will still work. OK dtucker@
-$Id: ChangeLog,v 1.5128 2008/11/05 05:12:11 djm Exp $
+$Id: ChangeLog,v 1.5129 2008/11/05 05:12:54 djm Exp $