]> andersk Git - openssh.git/blobdiff - sftp-server.c
Hopefully things did not get mixed around too much. It compiles under
[openssh.git] / sftp-server.c
index b99f087fa6d4c72a991d7151046ee04e78a1f652..b0a8d0d578acf32aa8534538d0ca790347153646 100644 (file)
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 #include "includes.h"
-RCSID("$OpenBSD: sftp-server.c,v 1.13 2001/01/16 20:54:27 markus Exp $");
+RCSID("$OpenBSD: sftp-server.c,v 1.14 2001/01/21 19:05:56 markus Exp $");
 
-#include "ssh.h"
 #include "buffer.h"
 #include "bufaux.h"
 #include "getput.h"
+#include "log.h"
 #include "xmalloc.h"
 
 #include "sftp.h"
This page took 0.03145 seconds and 4 git commands to generate.