mirror of git://anongit.mindrot.org/openssh.git
- (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:
parent
dd5c5a3ffe
commit
6413635b01
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue