]> andersk Git - openssh.git/commitdiff
- stevesk@cvs.openbsd.org 2006/07/23 01:11:05
authordjm <djm>
Mon, 24 Jul 2006 04:14:19 +0000 (04:14 +0000)
committerdjm <djm>
Mon, 24 Jul 2006 04:14:19 +0000 (04:14 +0000)
     [auth.h dispatch.c kex.h sftp-client.c]
     #include <signal.h> for sig_atomic_t; need this prior to <sys/param.h>
     move

ChangeLog
auth.h
dispatch.c
kex.h
sftp-client.c

index a80840e8e9216dd92e34d0910dfcbbcbe1e0ddb5..57c3f5a7d7669e855e2685a0d3c7e25272a85b8f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
      [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 <string.h> out of includes.h
+   - 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
 
 20060713
  - (dtucker) [auth-krb5.c auth-pam.c] Still more errno.h
diff --git a/auth.h b/auth.h
index 6688c3dc56d684d50a29084eecac174669ba7fff..65250138fa3a26ed683962ca5a2853989a3eccb7 100644 (file)
--- 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 <signal.h>
 #include <pwd.h>
+#include <signal.h>
 
 #include "buffer.h"
 #include <openssl/rsa.h>
index 4f965a62d5737896b57365e910db96728d1cdac7..c1d98a78e69f268491754729501ec4c9952fefcd 100644 (file)
@@ -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 <signal.h>
+
 #include "ssh1.h"
 #include "ssh2.h"
 #include "log.h"
diff --git a/kex.h b/kex.h
index a4a8af33e681b5ea85dec7a14a73da460140ce39..a48c5c885ac1aec62ac37278da1d2a6f5ec1dba6 100644 (file)
--- 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 <signal.h>
 #include <openssl/evp.h>
+
+#include <signal.h>
+
 #include "buffer.h"
 #include "cipher.h"
 #include "key.h"
index 84dae58d2d5741d7acf9280252899d4aef0e9e4d..9e7011ffdfdc82d9b42de8098e1df8b318ae3331 100644 (file)
@@ -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 <djm@openbsd.org>
  *
This page took 0.218785 seconds and 5 git commands to generate.