mirror of git://anongit.mindrot.org/openssh.git
- (dtucker) Move #include of bsd-cygwin_util.h to openbsd-compat.h. Patch from
vinschen@redhat.com.
This commit is contained in:
parent
04cc5385b1
commit
70a08cd29d
|
@ -1,3 +1,7 @@
|
|||
20030504
|
||||
- (dtucker) Move #include of bsd-cygwin_util.h to openbsd-compat.h. Patch from
|
||||
vinschen@redhat.com.
|
||||
|
||||
20030503
|
||||
- (dtucker) Add missing "void" to record_failed_login in bsd-cray.c. Noted
|
||||
by wendyp@cray.com.
|
||||
|
@ -1366,4 +1370,4 @@
|
|||
save auth method before monitor_reset_key_state(); bugzilla bug #284;
|
||||
ok provos@
|
||||
|
||||
$Id: ChangeLog,v 1.2668 2003/05/02 21:32:56 dtucker Exp $
|
||||
$Id: ChangeLog,v 1.2669 2003/05/04 00:41:20 dtucker Exp $
|
||||
|
|
|
@ -167,7 +167,6 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
|
|||
|
||||
#include "version.h"
|
||||
#include "openbsd-compat/openbsd-compat.h"
|
||||
#include "openbsd-compat/bsd-cygwin_util.h"
|
||||
#include "openbsd-compat/bsd-nextstep.h"
|
||||
|
||||
#include "entropy.h"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: openbsd-compat.h,v 1.19 2003/02/24 01:55:56 djm Exp $ */
|
||||
/* $Id: openbsd-compat.h,v 1.20 2003/05/04 00:41:20 dtucker Exp $ */
|
||||
|
||||
#ifndef _OPENBSD_H
|
||||
#define _OPENBSD_H
|
||||
|
@ -43,6 +43,7 @@
|
|||
|
||||
/* Routines for a single OS platform */
|
||||
#include "bsd-cray.h"
|
||||
#include "bsd-cygwin_util.h"
|
||||
#include "port-irix.h"
|
||||
#include "port-aix.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue