From 70a08cd29d38d63a8af77fdfe5e5a6fac633039a Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Sun, 4 May 2003 10:41:20 +1000 Subject: - (dtucker) Move #include of bsd-cygwin_util.h to openbsd-compat.h. Patch from vinschen@redhat.com. --- ChangeLog | 6 +++++- includes.h | 1 - openbsd-compat/openbsd-compat.h | 3 ++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8f5fa7709..c36367bf6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 $ diff --git a/includes.h b/includes.h index 37d402ef4..db9cfc92e 100644 --- a/includes.h +++ b/includes.h @@ -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 c3e19b9cb..2590e9f75 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" -- cgit v1.2.3