]> andersk Git - openssh.git/commitdiff
- stevesk@cvs.openbsd.org 2006/07/10 16:01:57
authordtucker <dtucker>
Wed, 12 Jul 2006 12:07:08 +0000 (12:07 +0000)
committerdtucker <dtucker>
Wed, 12 Jul 2006 12:07:08 +0000 (12:07 +0000)
     [sftp-glob.c sftp-common.h sftp.c]
     buffer.h only needed in sftp-common.h and remove some unneeded
     user includes; ok djm@

ChangeLog
sftp-common.h
sftp-glob.c
sftp.c

index d6faad449b2cc61bd4b6890019302190a549ae6a..62d82d308d222c7fffa2eed09f47afb46133c348 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,11 @@
    for SHUT_RD.
  - (dtucker) [openbsd-compat/port-tun.c] OpenBSD needs <netinet/in.h> before
    <netinet/ip.h>.
+ - (dtucker) OpenBSD CVS Sync
+   - stevesk@cvs.openbsd.org 2006/07/10 16:01:57
+     [sftp-glob.c sftp-common.h sftp.c]
+     buffer.h only needed in sftp-common.h and remove some unneeded
+     user includes; ok djm@
 
 20060711
  - (dtucker) [configure.ac ssh-keygen.c openbsd-compat/bsd-openpty.c
index 88c76c17e03a7ffc4d05f580dc0d71d3d3dfcad0..9a64dc52208a540f79e89e6613dfe3bd7195e619 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: sftp-common.h,v 1.8 2006/03/25 22:22:43 djm Exp $ */
+/* $OpenBSD: sftp-common.h,v 1.9 2006/07/10 16:01:57 stevesk Exp $ */
 
 /*
  * Copyright (c) 2001 Markus Friedl.  All rights reserved.
@@ -28,6 +28,8 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 
+#include "buffer.h"
+
 /* Maximum packet that we are willing to send/accept */
 #define SFTP_MAX_MSG_LENGTH    (256 * 1024)
 
index 3d092d133129fc2d4748c8cbb4541d05f19568d1..0342de47d4e5a9ad4b403c22e443482d407d194a 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.20 2006/07/10 16:01:57 stevesk Exp $ */
 /*
  * Copyright (c) 2001-2004 Damien Miller <djm@openbsd.org>
  *
  
 #include <dirent.h>
 
-#include "buffer.h"
-#include "bufaux.h"
 #include "xmalloc.h"
-#include "log.h"
 
 #include "sftp.h"
 #include "sftp-common.h"
diff --git a/sftp.c b/sftp.c
index a6c22aa670cfb60461dfd457369227a022c983ce..27099ef0665e06cb585fc7af4850cbce21326dcd 100644 (file)
--- a/sftp.c
+++ b/sftp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sftp.c,v 1.83 2006/07/08 21:47:12 stevesk Exp $ */
+/* $OpenBSD: sftp.c,v 1.84 2006/07/10 16:01:57 stevesk Exp $ */
 /*
  * Copyright (c) 2001-2004 Damien Miller <djm@openbsd.org>
  *
@@ -35,7 +35,6 @@ typedef void EditLine;
 #endif
 #include <signal.h>
 
-#include "buffer.h"
 #include "xmalloc.h"
 #include "log.h"
 #include "pathnames.h"
This page took 0.996731 seconds and 5 git commands to generate.