- (djm) Bug #317: FreeBSD needs libutil.h for openpty() Report from

dirk.meyer@dinoex.sub.org
This commit is contained in:
Damien Miller 2002-10-21 10:50:25 +10:00
parent 5a5da88c59
commit 7b3f58cbcd
2 changed files with 8 additions and 3 deletions

View File

@ -1,6 +1,7 @@
20021021
- (djm) Kill ssh-rand-helper children on timeout, patch from
dtucker@zip.com.au
- (djm) Bug #317: FreeBSD needs libutil.h for openpty() Report from
dirk.meyer@dinoex.sub.org
- (djm) Bug #317: FreeBSD needs libutil.h for openpty()
20021015
- (bal) Fix bug id 383 and only call loginrestrict for AIX if not root.
@ -772,4 +773,4 @@
save auth method before monitor_reset_key_state(); bugzilla bug #284;
ok provos@
$Id: ChangeLog,v 1.2497 2002/10/21 00:13:35 djm Exp $
$Id: ChangeLog,v 1.2498 2002/10/21 00:50:25 djm Exp $

View File

@ -157,6 +157,10 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
# include <tmpdir.h>
#endif
#ifdef HAVE_LIBUTIL_H
# include <libutil.h> /* Openpty on FreeBSD at least */
#endif
#include <openssl/opensslv.h> /* For OPENSSL_VERSION_NUMBER */
#include "defines.h"