From 519fc2b7fcb756be9d78c5fc68c3980cb1b4f6d0 Mon Sep 17 00:00:00 2001 From: djm Date: Mon, 24 Jul 2006 04:14:19 +0000 Subject: [PATCH] - stevesk@cvs.openbsd.org 2006/07/23 01:11:05 [auth.h dispatch.c kex.h sftp-client.c] #include for sig_atomic_t; need this prior to move --- ChangeLog | 4 ++++ auth.h | 3 ++- dispatch.c | 4 +++- kex.h | 5 ++++- sftp-client.c | 2 +- 5 files changed, 14 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index a80840e8..57c3f5a7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -95,6 +95,10 @@ [ssh-keysign.c ssh-rsa.c ssh.c sshconnect.c sshconnect1.c sshconnect2.c] [sshd.c sshlogin.c sshpty.c ttymodes.c uidswap.c xmalloc.c] move #include out of includes.h + - stevesk@cvs.openbsd.org 2006/07/23 01:11:05 + [auth.h dispatch.c kex.h sftp-client.c] + #include for sig_atomic_t; need this prior to + move 20060713 - (dtucker) [auth-krb5.c auth-pam.c] Still more errno.h diff --git a/auth.h b/auth.h index 6688c3dc..65250138 100644 --- a/auth.h +++ b/auth.h @@ -1,4 +1,4 @@ -/* $OpenBSD: auth.h,v 1.54 2006/07/06 16:03:53 stevesk Exp $ */ +/* $OpenBSD: auth.h,v 1.55 2006/07/23 01:11:05 stevesk Exp $ */ /* * Copyright (c) 2000 Markus Friedl. All rights reserved. @@ -32,6 +32,7 @@ #include #include +#include #include "buffer.h" #include diff --git a/dispatch.c b/dispatch.c index 4f965a62..c1d98a78 100644 --- a/dispatch.c +++ b/dispatch.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dispatch.c,v 1.19 2006/04/20 09:27:09 djm Exp $ */ +/* $OpenBSD: dispatch.c,v 1.20 2006/07/23 01:11:05 stevesk Exp $ */ /* * Copyright (c) 2000 Markus Friedl. All rights reserved. * @@ -24,6 +24,8 @@ */ #include "includes.h" +#include + #include "ssh1.h" #include "ssh2.h" #include "log.h" diff --git a/kex.h b/kex.h index a4a8af33..a48c5c88 100644 --- a/kex.h +++ b/kex.h @@ -1,4 +1,4 @@ -/* $OpenBSD: kex.h,v 1.42 2006/04/20 09:27:09 djm Exp $ */ +/* $OpenBSD: kex.h,v 1.43 2006/07/23 01:11:05 stevesk Exp $ */ /* * Copyright (c) 2000, 2001 Markus Friedl. All rights reserved. @@ -28,6 +28,9 @@ #include #include + +#include + #include "buffer.h" #include "cipher.h" #include "key.h" diff --git a/sftp-client.c b/sftp-client.c index 84dae58d..9e7011ff 100644 --- a/sftp-client.c +++ b/sftp-client.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sftp-client.c,v 1.69 2006/07/22 20:48:23 stevesk Exp $ */ +/* $OpenBSD: sftp-client.c,v 1.70 2006/07/23 01:11:05 stevesk Exp $ */ /* * Copyright (c) 2001-2004 Damien Miller * -- 2.45.2