mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-02-01 14:41:52 +00:00
- (djm) Bug #317: FreeBSD needs libutil.h for openpty() Report from
dirk.meyer@dinoex.sub.org
This commit is contained in:
parent
5a5da88c59
commit
7b3f58cbcd
@ -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 $
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user