- (bal) renamed queue.h to fake-queue.h (even if it's an OpenBSD

based file) to ensure #include space does not get confused.
This commit is contained in:
Ben Lindstrom 2001-02-02 19:03:13 +00:00
parent dd5c5a3ffe
commit 6413635b01
3 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
20010103
- (bal) Cygwin clean up by Corinna Vinschen <vinschen@redhat.com>
- (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

View File

@ -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 <sys/queue.h>
#else
#include "bsd-queue.h"
#include "fake-queue.h"
#endif
#include <errno.h>