From 1a3d6e7bdd1d0a329f40034e7674dcc03e845bf3 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Sat, 5 Aug 2006 18:46:47 +1000 Subject: [PATCH] - dtucker@cvs.openbsd.org 2006/08/05 07:52:52 [auth2-none.c sshd.c monitor_wrap.c] Add headers required to build with KERBEROS5=no. ok djm@ --- ChangeLog | 6 +++++- auth2-none.c | 3 ++- monitor_wrap.c | 4 +++- sshd.c | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 959211fb6..56afd72cd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -105,6 +105,10 @@ - (dtucker) [openbsd-compat/getrrsetbyname.c] Nees stdlib.h for malloc. - (dtucker) [openbsd-compat/strtonum.c] Include stdlib.h for strtoll, otherwise it is implicitly declared as returning an int. + - (dtucker) OpenBSD CVS Sync + - dtucker@cvs.openbsd.org 2006/08/05 07:52:52 + [auth2-none.c sshd.c monitor_wrap.c] + Add headers required to build with KERBEROS5=no. ok djm@ 20060804 - (dtucker) [configure.ac] The "crippled AES" test does not work on recent @@ -5175,4 +5179,4 @@ - (djm) Trim deprecated options from INSTALL. Mention UsePAM - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu -$Id: ChangeLog,v 1.4465 2006/08/05 06:27:20 dtucker Exp $ +$Id: ChangeLog,v 1.4466 2006/08/05 08:46:47 dtucker Exp $ diff --git a/auth2-none.c b/auth2-none.c index 8cbef5278..f455bdde3 100644 --- a/auth2-none.c +++ b/auth2-none.c @@ -1,4 +1,4 @@ -/* $OpenBSD: auth2-none.c,v 1.12 2006/08/03 03:34:41 deraadt Exp $ */ +/* $OpenBSD: auth2-none.c,v 1.13 2006/08/05 07:52:52 dtucker Exp $ */ /* * Copyright (c) 2000 Markus Friedl. All rights reserved. * @@ -27,6 +27,7 @@ #include #include +#include #include #include diff --git a/monitor_wrap.c b/monitor_wrap.c index 52ea17592..6678462d5 100644 --- a/monitor_wrap.c +++ b/monitor_wrap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: monitor_wrap.c,v 1.50 2006/08/03 03:34:42 deraadt Exp $ */ +/* $OpenBSD: monitor_wrap.c,v 1.51 2006/08/05 07:52:52 dtucker Exp $ */ /* * Copyright 2002 Niels Provos * Copyright 2002 Markus Friedl @@ -28,12 +28,14 @@ #include "includes.h" #include +#include #include #include #include #include #include +#include #include #include diff --git a/sshd.c b/sshd.c index 9f14c3354..ca418e36f 100644 --- a/sshd.c +++ b/sshd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sshd.c,v 1.343 2006/08/03 03:34:42 deraadt Exp $ */ +/* $OpenBSD: sshd.c,v 1.344 2006/08/05 07:52:52 dtucker Exp $ */ /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland