]> andersk Git - openssh.git/blobdiff - sftp-glob.c
- djm@cvs.openbsd.org 2010/01/30 02:54:53
[openssh.git] / sftp-glob.c
index 3d092d133129fc2d4748c8cbb4541d05f19568d1..cdc270827972c7074f67bdb06ca46045929d11f8 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: sftp-glob.c,v 1.19 2006/03/25 13:17:02 djm Exp $ */
+/* $OpenBSD: sftp-glob.c,v 1.22 2006/08/03 03:34:42 deraadt Exp $ */
 /*
  * Copyright (c) 2001-2004 Damien Miller <djm@openbsd.org>
  *
 #ifdef HAVE_SYS_STAT_H
 # include <sys/stat.h>
 #endif
+
 #include <dirent.h>
+#include <string.h>
 
-#include "buffer.h"
-#include "bufaux.h"
 #include "xmalloc.h"
-#include "log.h"
-
 #include "sftp.h"
+#include "buffer.h"
 #include "sftp-common.h"
 #include "sftp-client.h"
 
This page took 0.099244 seconds and 4 git commands to generate.