mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-27 15:54:22 +02: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
|
20021021
|
||||||
- (djm) Kill ssh-rand-helper children on timeout, patch from
|
- (djm) Bug #317: FreeBSD needs libutil.h for openpty() Report from
|
||||||
dtucker@zip.com.au
|
dirk.meyer@dinoex.sub.org
|
||||||
|
- (djm) Bug #317: FreeBSD needs libutil.h for openpty()
|
||||||
|
|
||||||
20021015
|
20021015
|
||||||
- (bal) Fix bug id 383 and only call loginrestrict for AIX if not root.
|
- (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;
|
save auth method before monitor_reset_key_state(); bugzilla bug #284;
|
||||||
ok provos@
|
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>
|
# include <tmpdir.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef HAVE_LIBUTIL_H
|
||||||
|
# include <libutil.h> /* Openpty on FreeBSD at least */
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <openssl/opensslv.h> /* For OPENSSL_VERSION_NUMBER */
|
#include <openssl/opensslv.h> /* For OPENSSL_VERSION_NUMBER */
|
||||||
|
|
||||||
#include "defines.h"
|
#include "defines.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user