summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2003-05-04 10:41:20 +1000
committerDarren Tucker <dtucker@zip.com.au>2003-05-04 10:41:20 +1000
commit70a08cd29d38d63a8af77fdfe5e5a6fac633039a (patch)
treef5cbd0e384a51785e307ad76ed61d631f4398add
parent04cc5385b1d9a38ce0f24d40354647117046f9a7 (diff)
- (dtucker) Move #include of bsd-cygwin_util.h to openbsd-compat.h. Patch from
vinschen@redhat.com.
-rw-r--r--ChangeLog6
-rw-r--r--includes.h1
-rw-r--r--openbsd-compat/openbsd-compat.h3
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 @@
120030504
2 - (dtucker) Move #include of bsd-cygwin_util.h to openbsd-compat.h. Patch from
3 vinschen@redhat.com.
4
120030503 520030503
2 - (dtucker) Add missing "void" to record_failed_login in bsd-cray.c. Noted 6 - (dtucker) Add missing "void" to record_failed_login in bsd-cray.c. Noted
3 by wendyp@cray.com. 7 by wendyp@cray.com.
@@ -1366,4 +1370,4 @@
1366 save auth method before monitor_reset_key_state(); bugzilla bug #284; 1370 save auth method before monitor_reset_key_state(); bugzilla bug #284;
1367 ok provos@ 1371 ok provos@
1368 1372
1369$Id: ChangeLog,v 1.2668 2003/05/02 21:32:56 dtucker Exp $ 1373$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 }
167 167
168#include "version.h" 168#include "version.h"
169#include "openbsd-compat/openbsd-compat.h" 169#include "openbsd-compat/openbsd-compat.h"
170#include "openbsd-compat/bsd-cygwin_util.h"
171#include "openbsd-compat/bsd-nextstep.h" 170#include "openbsd-compat/bsd-nextstep.h"
172 171
173#include "entropy.h" 172#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 @@
1/* $Id: openbsd-compat.h,v 1.19 2003/02/24 01:55:56 djm Exp $ */ 1/* $Id: openbsd-compat.h,v 1.20 2003/05/04 00:41:20 dtucker Exp $ */
2 2
3#ifndef _OPENBSD_H 3#ifndef _OPENBSD_H
4#define _OPENBSD_H 4#define _OPENBSD_H
@@ -43,6 +43,7 @@
43 43
44/* Routines for a single OS platform */ 44/* Routines for a single OS platform */
45#include "bsd-cray.h" 45#include "bsd-cray.h"
46#include "bsd-cygwin_util.h"
46#include "port-irix.h" 47#include "port-irix.h"
47#include "port-aix.h" 48#include "port-aix.h"
48 49