mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-12-22 18:02:20 +00:00
- (stevesk) ssh-keyscan.c: specify "openbsd-compat/fake-queue.h"
This commit is contained in:
parent
025df4a1b4
commit
54f15b6b6f
@ -3,6 +3,7 @@
|
||||
- markus@cvs.openbsd.org 2001/03/14 08:57:14
|
||||
[sftp-client.c]
|
||||
Wall
|
||||
- (stevesk) ssh-keyscan.c: specify "openbsd-compat/fake-queue.h"
|
||||
|
||||
20010314
|
||||
- OpenBSD CVS Sync
|
||||
@ -4551,4 +4552,4 @@
|
||||
- Wrote replacements for strlcpy and mkdtemp
|
||||
- Released 1.0pre1
|
||||
|
||||
$Id: ChangeLog,v 1.956 2001/03/14 15:16:34 mouring Exp $
|
||||
$Id: ChangeLog,v 1.957 2001/03/14 18:37:13 stevesk Exp $
|
||||
|
@ -13,7 +13,7 @@ RCSID("$OpenBSD: ssh-keyscan.c,v 1.22 2001/03/06 06:11:18 deraadt Exp $");
|
||||
#if defined(HAVE_SYS_QUEUE_H) && !defined(HAVE_BOGUS_SYS_QUEUE_H)
|
||||
#include <sys/queue.h>
|
||||
#else
|
||||
#include "fake-queue.h"
|
||||
#include "openbsd-compat/fake-queue.h"
|
||||
#endif
|
||||
#include <errno.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user