From 6413635b01d7479db7990e4f7e3d8dc28bd10c44 Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Fri, 2 Feb 2001 19:03:13 +0000 Subject: [PATCH] - (bal) renamed queue.h to fake-queue.h (even if it's an OpenBSD based file) to ensure #include space does not get confused. --- ChangeLog | 2 ++ openbsd-compat/{queue.h => fake-queue.h} | 0 ssh-keyscan.c | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) rename openbsd-compat/{queue.h => fake-queue.h} (100%) diff --git a/ChangeLog b/ChangeLog index bfcdac520..15fb0df8e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 20010103 - (bal) Cygwin clean up by Corinna Vinschen + - (bal) renamed queue.h to fake-queue.h (even if it's an OpenBSD + based file) to ensure #include space does not get confused. 20010102 - (bal) Makefile fix where sourcedir != builddir by Corinna Vinschen diff --git a/openbsd-compat/queue.h b/openbsd-compat/fake-queue.h similarity index 100% rename from openbsd-compat/queue.h rename to 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 $"); #if defined(HAVE_SYS_QUEUE_H) && !defined(HAVE_BOGUS_SYS_QUEUE_H) #include #else -#include "bsd-queue.h" +#include "fake-queue.h" #endif #include