summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-07-24 15:08:35 +1000
committerDamien Miller <djm@mindrot.org>2006-07-24 15:08:35 +1000
commit62da44f0644f5d1cc7fa3b6b967482b5d2f15aa2 (patch)
treeb08bc041e8d15a630a3fad05e8f5c85145b6fc31 /ChangeLog
parentad5ecbf07227a5c7e1423adf7c68c6cfb05bbd1e (diff)
- (djm) [openbsd-compat/basename.c openbsd-compat/bsd-closefrom.c]
[openbsd-compat/bsd-cray.c openbsd-compat/bsd-openpty.c] [openbsd-compat/bsd-snprintf.c openbsd-compat/fake-rfc2553.c] [openbsd-compat/port-aix.c openbsd-compat/port-irix.c] [openbsd-compat/rresvport.c] These look to need string.h and/or unistd.h (based on a grep for function names)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index aa3d0ae9..9e9ecfa6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -122,7 +122,14 @@
- (djm) [session.c]
fix compile error with -Werror -Wall: 'path' is only used in
do_setup_env() if HAVE_LOGIN_CAP is not defined
-
+ - (djm) [openbsd-compat/basename.c openbsd-compat/bsd-closefrom.c]
+ [openbsd-compat/bsd-cray.c openbsd-compat/bsd-openpty.c]
+ [openbsd-compat/bsd-snprintf.c openbsd-compat/fake-rfc2553.c]
+ [openbsd-compat/port-aix.c openbsd-compat/port-irix.c]
+ [openbsd-compat/rresvport.c]
+ These look to need string.h and/or unistd.h (based on a grep for function
+ names)
+
20060713
- (dtucker) [auth-krb5.c auth-pam.c] Still more errno.h
@@ -5040,4 +5047,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.4433 2006/07/24 05:03:06 djm Exp $
+$Id: ChangeLog,v 1.4434 2006/07/24 05:08:35 djm Exp $