diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-07-18 17:45:44 +0200 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-07-18 17:45:44 +0200 |
commit | ad77313f220c3b6f234b8a7a1d0bd41f71dee76c (patch) | |
tree | 0f061886f95383e68b9b16a150364f7acef5002e /sftp-common.c | |
parent | - (tim) put openssh/openbsd-compat/inet_aton.[ch] back in. (diff) | |
download | openssh-ad77313f220c3b6f234b8a7a1d0bd41f71dee76c.tar.xz openssh-ad77313f220c3b6f234b8a7a1d0bd41f71dee76c.zip |
- OpenBSD CVS Sync
- stevesk@cvs.openbsd.org 2001/07/14 15:10:17
[readpass.c sftp-client.c sftp-common.c sftp-glob.c]
delete spurious #includes; ok deraadt@ markus@
Diffstat (limited to 'sftp-common.c')
-rw-r--r-- | sftp-common.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sftp-common.c b/sftp-common.c index aed95f2f0..923504811 100644 --- a/sftp-common.c +++ b/sftp-common.c @@ -24,11 +24,10 @@ */ #include "includes.h" -RCSID("$OpenBSD: sftp-common.c,v 1.3 2001/06/26 17:27:24 markus Exp $"); +RCSID("$OpenBSD: sftp-common.c,v 1.4 2001/07/14 15:10:17 stevesk Exp $"); #include "buffer.h" #include "bufaux.h" -#include "getput.h" #include "log.h" #include "xmalloc.h" |