diff options
author | Damien Miller <djm@mindrot.org> | 2006-07-24 14:14:19 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2006-07-24 14:14:19 +1000 |
commit | d8337c5e609b3bafda0008aef2636d6f17c622ef (patch) | |
tree | 7af8be5f4dbbb23fe0f505af0da0faba4450187c /ChangeLog | |
parent | e3476ed03bf9beca3ad0e5447dc9422a546d19ec (diff) |
- stevesk@cvs.openbsd.org 2006/07/23 01:11:05
[auth.h dispatch.c kex.h sftp-client.c]
#include <signal.h> for sig_atomic_t; need this prior to <sys/param.h>
move
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -95,6 +95,10 @@ | |||
95 | [ssh-keysign.c ssh-rsa.c ssh.c sshconnect.c sshconnect1.c sshconnect2.c] | 95 | [ssh-keysign.c ssh-rsa.c ssh.c sshconnect.c sshconnect1.c sshconnect2.c] |
96 | [sshd.c sshlogin.c sshpty.c ttymodes.c uidswap.c xmalloc.c] | 96 | [sshd.c sshlogin.c sshpty.c ttymodes.c uidswap.c xmalloc.c] |
97 | move #include <string.h> out of includes.h | 97 | move #include <string.h> out of includes.h |
98 | - stevesk@cvs.openbsd.org 2006/07/23 01:11:05 | ||
99 | [auth.h dispatch.c kex.h sftp-client.c] | ||
100 | #include <signal.h> for sig_atomic_t; need this prior to <sys/param.h> | ||
101 | move | ||
98 | 102 | ||
99 | 20060713 | 103 | 20060713 |
100 | - (dtucker) [auth-krb5.c auth-pam.c] Still more errno.h | 104 | - (dtucker) [auth-krb5.c auth-pam.c] Still more errno.h |
@@ -5013,4 +5017,4 @@ | |||
5013 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 5017 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
5014 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 5018 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
5015 | 5019 | ||
5016 | $Id: ChangeLog,v 1.4428 2006/07/24 04:13:33 djm Exp $ | 5020 | $Id: ChangeLog,v 1.4429 2006/07/24 04:14:19 djm Exp $ |