summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-02-02 19:03:13 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-02-02 19:03:13 +0000
commit6413635b01d7479db7990e4f7e3d8dc28bd10c44 (patch)
treef87253846664022ad97019802b697e0bc673bb77
parentdd5c5a3ffe39267bc885a6ee23d5621df787427c (diff)
- (bal) renamed queue.h to fake-queue.h (even if it's an OpenBSD
based file) to ensure #include space does not get confused.
-rw-r--r--ChangeLog2
-rw-r--r--openbsd-compat/fake-queue.h (renamed from openbsd-compat/queue.h)0
-rw-r--r--ssh-keyscan.c2
3 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index bfcdac520..15fb0df8e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
120010103 120010103
2 - (bal) Cygwin clean up by Corinna Vinschen <vinschen@redhat.com> 2 - (bal) Cygwin clean up by Corinna Vinschen <vinschen@redhat.com>
3 - (bal) renamed queue.h to fake-queue.h (even if it's an OpenBSD
4 based file) to ensure #include space does not get confused.
3 5
420010102 620010102
5 - (bal) Makefile fix where sourcedir != builddir by Corinna Vinschen 7 - (bal) Makefile fix where sourcedir != builddir by Corinna Vinschen
diff --git a/openbsd-compat/queue.h b/openbsd-compat/fake-queue.h
index 269af413c..269af413c 100644
--- a/openbsd-compat/queue.h
+++ b/openbsd-compat/fake-queue.h
diff --git a/ssh-keyscan.c b/ssh-keyscan.c
index 64ac551b5..f753ce821 100644
--- a/ssh-keyscan.c
+++ b/ssh-keyscan.c
@@ -13,7 +13,7 @@ RCSID("$OpenBSD: ssh-keyscan.c,v 1.11 2001/01/21 19:05:57 markus Exp $");
13#if defined(HAVE_SYS_QUEUE_H) && !defined(HAVE_BOGUS_SYS_QUEUE_H) 13#if defined(HAVE_SYS_QUEUE_H) && !defined(HAVE_BOGUS_SYS_QUEUE_H)
14#include <sys/queue.h> 14#include <sys/queue.h>
15#else 15#else
16#include "bsd-queue.h" 16#include "fake-queue.h"
17#endif 17#endif
18#include <errno.h> 18#include <errno.h>
19 19