summaryrefslogtreecommitdiffstats
path: root/sftp-client.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-04-05 22:23:35 +0200
committerBen Lindstrom <mouring@eviladmin.org>2002-04-05 22:23:35 +0200
commit924144e6508df8ab6d8338920b697e62d827b966 (patch)
treeed595c2eaa4b2005caea07a8ab8ed11b52d40e4d /sftp-client.c
parent - (bal) Patch for OpenSC SmartCard library; ok markus@; patch by (diff)
downloadopenssh-924144e6508df8ab6d8338920b697e62d827b966.tar.xz
openssh-924144e6508df8ab6d8338920b697e62d827b966.zip
- (bal) Too many <sys/queue.h> issues. Remove all workarounds and
using internal version only.
Diffstat (limited to 'sftp-client.c')
-rw-r--r--sftp-client.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sftp-client.c b/sftp-client.c
index 254ef6f70..9fa8376e6 100644
--- a/sftp-client.c
+++ b/sftp-client.c
@@ -30,11 +30,7 @@
#include "includes.h"
RCSID("$OpenBSD: sftp-client.c,v 1.30 2002/04/01 22:07:17 markus Exp $");
-#if defined(HAVE_SYS_QUEUE_H) && !defined(HAVE_BOGUS_SYS_QUEUE_H)
-#include <sys/queue.h>
-#else
#include "openbsd-compat/fake-queue.h"
-#endif
#include "buffer.h"
#include "bufaux.h"