diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | sshconnect2.c | 3 |
2 files changed, 6 insertions, 2 deletions
@@ -33,6 +33,9 @@ | |||
33 | pass received SIGINT from monitor to postauth child so it can clean | 33 | pass received SIGINT from monitor to postauth child so it can clean |
34 | up properly. bz#1196, patch from senthilkumar_sen AT hotpop.com; | 34 | up properly. bz#1196, patch from senthilkumar_sen AT hotpop.com; |
35 | ok markus@ | 35 | ok markus@ |
36 | - jolan@cvs.openbsd.org 2007/05/17 23:53:41 | ||
37 | [sshconnect2.c] | ||
38 | djm owes me a vb and a tism cd for breaking ssh compilation | ||
36 | 39 | ||
37 | 20070509 | 40 | 20070509 |
38 | - (tim) [configure.ac] Bug #1287: Add missing test for ucred.h. | 41 | - (tim) [configure.ac] Bug #1287: Add missing test for ucred.h. |
@@ -2933,4 +2936,4 @@ | |||
2933 | OpenServer 6 and add osr5bigcrypt support so when someone migrates | 2936 | OpenServer 6 and add osr5bigcrypt support so when someone migrates |
2934 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ | 2937 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ |
2935 | 2938 | ||
2936 | $Id: ChangeLog,v 1.4667 2007/05/20 05:10:16 dtucker Exp $ | 2939 | $Id: ChangeLog,v 1.4668 2007/05/20 05:11:33 dtucker Exp $ |
diff --git a/sshconnect2.c b/sshconnect2.c index 2b2740154..208df078c 100644 --- a/sshconnect2.c +++ b/sshconnect2.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: sshconnect2.c,v 1.163 2007/05/17 20:48:13 djm Exp $ */ | 1 | /* $OpenBSD: sshconnect2.c,v 1.164 2007/05/17 23:53:41 jolan Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2000 Markus Friedl. All rights reserved. | 3 | * Copyright (c) 2000 Markus Friedl. All rights reserved. |
4 | * | 4 | * |
@@ -31,6 +31,7 @@ | |||
31 | #include <sys/stat.h> | 31 | #include <sys/stat.h> |
32 | 32 | ||
33 | #include <errno.h> | 33 | #include <errno.h> |
34 | #include <netdb.h> | ||
34 | #include <pwd.h> | 35 | #include <pwd.h> |
35 | #include <signal.h> | 36 | #include <signal.h> |
36 | #include <stdarg.h> | 37 | #include <stdarg.h> |