diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | includes.h | 1 | ||||
-rw-r--r-- | openbsd-compat/openbsd-compat.h | 3 |
3 files changed, 7 insertions, 3 deletions
@@ -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" diff --git a/openbsd-compat/openbsd-compat.h b/openbsd-compat/openbsd-compat.h index c3e19b9c..2590e9f7 100644 --- a/openbsd-compat/openbsd-compat.h +++ b/openbsd-compat/openbsd-compat.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" |