diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-02-02 19:03:13 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-02-02 19:03:13 +0000 |
commit | 6413635b01d7479db7990e4f7e3d8dc28bd10c44 (patch) | |
tree | f87253846664022ad97019802b697e0bc673bb77 /ssh-keyscan.c | |
parent | dd5c5a3ffe39267bc885a6ee23d5621df787427c (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.
Diffstat (limited to 'ssh-keyscan.c')
-rw-r--r-- | ssh-keyscan.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 | ||