summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--readpass.c3
-rw-r--r--sftp-client.c4
-rw-r--r--sftp-common.c3
-rw-r--r--sftp-glob.c6
5 files changed, 11 insertions, 13 deletions
diff --git a/ChangeLog b/ChangeLog
index bcc19e5b0..d1625d2fc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
120010718
2 - OpenBSD CVS Sync
3 - stevesk@cvs.openbsd.org 2001/07/14 15:10:17
4 [readpass.c sftp-client.c sftp-common.c sftp-glob.c]
5 delete spurious #includes; ok deraadt@ markus@
6
120010715 720010715
2 - (bal) Set "BROKEN_GETADDRINFO" for darwin platform. Reported by 8 - (bal) Set "BROKEN_GETADDRINFO" for darwin platform. Reported by
3 Josh Larios <jdlarios@cac.washington.edu> 9 Josh Larios <jdlarios@cac.washington.edu>
@@ -6036,4 +6042,4 @@
6036 - Wrote replacements for strlcpy and mkdtemp 6042 - Wrote replacements for strlcpy and mkdtemp
6037 - Released 1.0pre1 6043 - Released 1.0pre1
6038 6044
6039$Id: ChangeLog,v 1.1403 2001/07/16 02:07:49 tim Exp $ 6045$Id: ChangeLog,v 1.1404 2001/07/18 15:45:44 mouring Exp $
diff --git a/readpass.c b/readpass.c
index 3724eeab1..577a407f3 100644
--- a/readpass.c
+++ b/readpass.c
@@ -32,13 +32,12 @@
32 */ 32 */
33 33
34#include "includes.h" 34#include "includes.h"
35RCSID("$OpenBSD: readpass.c,v 1.21 2001/07/10 21:49:12 markus Exp $"); 35RCSID("$OpenBSD: readpass.c,v 1.22 2001/07/14 15:10:16 stevesk Exp $");
36 36
37#include "xmalloc.h" 37#include "xmalloc.h"
38#include "readpass.h" 38#include "readpass.h"
39#include "pathnames.h" 39#include "pathnames.h"
40#include "log.h" 40#include "log.h"
41#include "atomicio.h"
42#include "ssh.h" 41#include "ssh.h"
43 42
44static char * 43static char *
diff --git a/sftp-client.c b/sftp-client.c
index 9670a7660..4f2a1e280 100644
--- a/sftp-client.c
+++ b/sftp-client.c
@@ -29,16 +29,14 @@
29/* XXX: copy between two remote sites */ 29/* XXX: copy between two remote sites */
30 30
31#include "includes.h" 31#include "includes.h"
32RCSID("$OpenBSD: sftp-client.c,v 1.17 2001/06/23 15:12:20 itojun Exp $"); 32RCSID("$OpenBSD: sftp-client.c,v 1.18 2001/07/14 15:10:16 stevesk Exp $");
33 33
34#include "ssh.h"
35#include "buffer.h" 34#include "buffer.h"
36#include "bufaux.h" 35#include "bufaux.h"
37#include "getput.h" 36#include "getput.h"
38#include "xmalloc.h" 37#include "xmalloc.h"
39#include "log.h" 38#include "log.h"
40#include "atomicio.h" 39#include "atomicio.h"
41#include "pathnames.h"
42 40
43#include "sftp.h" 41#include "sftp.h"
44#include "sftp-common.h" 42#include "sftp-common.h"
diff --git a/sftp-common.c b/sftp-common.c
index aed95f2f0..923504811 100644
--- a/sftp-common.c
+++ b/sftp-common.c
@@ -24,11 +24,10 @@
24 */ 24 */
25 25
26#include "includes.h" 26#include "includes.h"
27RCSID("$OpenBSD: sftp-common.c,v 1.3 2001/06/26 17:27:24 markus Exp $"); 27RCSID("$OpenBSD: sftp-common.c,v 1.4 2001/07/14 15:10:17 stevesk Exp $");
28 28
29#include "buffer.h" 29#include "buffer.h"
30#include "bufaux.h" 30#include "bufaux.h"
31#include "getput.h"
32#include "log.h" 31#include "log.h"
33#include "xmalloc.h" 32#include "xmalloc.h"
34 33
diff --git a/sftp-glob.c b/sftp-glob.c
index b5be7dede..a432bdfc2 100644
--- a/sftp-glob.c
+++ b/sftp-glob.c
@@ -23,16 +23,12 @@
23 */ 23 */
24 24
25#include "includes.h" 25#include "includes.h"
26RCSID("$OpenBSD: sftp-glob.c,v 1.7 2001/07/05 11:43:33 espie Exp $"); 26RCSID("$OpenBSD: sftp-glob.c,v 1.8 2001/07/14 15:10:17 stevesk Exp $");
27 27
28#include "ssh.h"
29#include "buffer.h" 28#include "buffer.h"
30#include "bufaux.h" 29#include "bufaux.h"
31#include "getput.h"
32#include "xmalloc.h" 30#include "xmalloc.h"
33#include "log.h" 31#include "log.h"
34#include "atomicio.h"
35#include "pathnames.h"
36 32
37#include "sftp.h" 33#include "sftp.h"
38#include "sftp-common.h" 34#include "sftp-common.h"