]> andersk Git - openssh.git/commitdiff
- (djm) [auth.h dispatch.h kex.h] sprinkle in signal.h to get
authordjm <djm>
Sun, 23 Apr 2006 02:28:53 +0000 (02:28 +0000)
committerdjm <djm>
Sun, 23 Apr 2006 02:28:53 +0000 (02:28 +0000)
   sig_atomic_t

ChangeLog
auth.h
dispatch.h
kex.h

index 0870bf3437c2e5a40789f3292e79c2aa14dc1f0d..1136d40583e6cae0e6fda7c3969e1503e4328688 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -69,6 +69,8 @@
    - stevesk@cvs.openbsd.org 2006/04/22 18:29:33
      [crc32.c]
      remove extra spaces
+ - (djm) [auth.h dispatch.h kex.h] sprinkle in signal.h to get
+   sig_atomic_t
 
 20060421
  - (djm) [Makefile.in configure.ac session.c sshpty.c]
diff --git a/auth.h b/auth.h
index adbfdd2e589ea3dfa0392d7c26feae5277aefa1b..5f9fb6f101327ab235cef8fafd0576734489941b 100644 (file)
--- a/auth.h
+++ b/auth.h
@@ -28,6 +28,8 @@
 #ifndef AUTH_H
 #define AUTH_H
 
+#include <signal.h>
+
 #include "key.h"
 #include "hostfile.h"
 #include "buffer.h"
index 4bca8a5a0f31b46ec470be86228b020bc35dc487..3e3d1a1adf652d78dcf8a5f1dee714c4dc754d9c 100644 (file)
@@ -23,6 +23,9 @@
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
+
+#include <signal.h>
+
 enum {
        DISPATCH_BLOCK,
        DISPATCH_NONBLOCK
diff --git a/kex.h b/kex.h
index 137c3d8eb0bac23dfbe4d59fb18de6530ad61d93..a4a8af33e681b5ea85dec7a14a73da460140ce39 100644 (file)
--- a/kex.h
+++ b/kex.h
@@ -26,6 +26,7 @@
 #ifndef KEX_H
 #define KEX_H
 
+#include <signal.h>
 #include <openssl/evp.h>
 #include "buffer.h"
 #include "cipher.h"
This page took 0.315809 seconds and 5 git commands to generate.