]> andersk Git - openssh.git/blobdiff - sftp-glob.c
- jmc@cvs.openbsd.org 2010/01/13 12:48:34
[openssh.git] / sftp-glob.c
index cee44fc4cf1fc8ac6c0ae0294ad50bee462e401b..cdc270827972c7074f67bdb06ca46045929d11f8 100644 (file)
@@ -1,3 +1,4 @@
+/* $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.568963 seconds and 4 git commands to generate.