summaryrefslogtreecommitdiff
path: root/sftp-glob.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-04-15 14:27:16 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-04-15 14:27:16 +0000
commit206941fdd88031e76da1e2aa0b5dd3b8d1d5d38b (patch)
treeb65242384506b68308282d08ed4b9ca16f09d052 /sftp-glob.c
parentac2f00390392b22bfc971146e61c440ce62cf242 (diff)
- markus@cvs.openbsd.org 2001/04/15 08:43:47
[dh.c sftp-glob.c sftp-glob.h sftp-int.c sshconnect2.c sshd.c] some unused variable and typos; from tomh@po.crl.go.jp
Diffstat (limited to 'sftp-glob.c')
-rw-r--r--sftp-glob.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sftp-glob.c b/sftp-glob.c
index 535241002..aee5e91ac 100644
--- a/sftp-glob.c
+++ b/sftp-glob.c
@@ -23,7 +23,7 @@
23 */ 23 */
24 24
25#include "includes.h" 25#include "includes.h"
26RCSID("$OpenBSD: sftp-glob.c,v 1.4 2001/04/05 10:42:53 markus Exp $"); 26RCSID("$OpenBSD: sftp-glob.c,v 1.5 2001/04/15 08:43:46 markus Exp $");
27 27
28#include "ssh.h" 28#include "ssh.h"
29#include "buffer.h" 29#include "buffer.h"
@@ -151,7 +151,7 @@ int fudge_stat(const char *path, struct stat *st)
151 151
152int 152int
153remote_glob(int fd_in, int fd_out, const char *pattern, int flags, 153remote_glob(int fd_in, int fd_out, const char *pattern, int flags,
154 const int (*errfunc)(const char *, int), glob_t *pglob) 154 int (*errfunc)(const char *, int), glob_t *pglob)
155{ 155{
156 pglob->gl_opendir = (void*)fudge_opendir; 156 pglob->gl_opendir = (void*)fudge_opendir;
157 pglob->gl_readdir = (void*)fudge_readdir; 157 pglob->gl_readdir = (void*)fudge_readdir;