]> andersk Git - openssh.git/commitdiff
- OpenBSD CVS Sync
authormouring <mouring>
Wed, 18 Jul 2001 15:45:44 +0000 (15:45 +0000)
committermouring <mouring>
Wed, 18 Jul 2001 15:45:44 +0000 (15:45 +0000)
    - stevesk@cvs.openbsd.org 2001/07/14 15:10:17
      [readpass.c sftp-client.c sftp-common.c sftp-glob.c]
      delete spurious #includes; ok deraadt@ markus@

ChangeLog
readpass.c
sftp-client.c
sftp-common.c
sftp-glob.c

index a7c639f38b254fa7db43f49183ed57c606df5d0c..18cacaf722a8f7f3228ce74d3b464dd5376c82b1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+20010718
+ - OpenBSD CVS Sync
+    - stevesk@cvs.openbsd.org 2001/07/14 15:10:17
+      [readpass.c sftp-client.c sftp-common.c sftp-glob.c]
+      delete spurious #includes; ok deraadt@ markus@
+
 20010715
  - (bal) Set "BROKEN_GETADDRINFO" for darwin platform.  Reported by
    Josh Larios <jdlarios@cac.washington.edu>
index 3724eeab17600b6a62acab32f3d399666caca7ea..577a407f39b8ca9a311a18323ccb939fe1e665e1 100644 (file)
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: readpass.c,v 1.21 2001/07/10 21:49:12 markus Exp $");
+RCSID("$OpenBSD: readpass.c,v 1.22 2001/07/14 15:10:16 stevesk Exp $");
 
 #include "xmalloc.h"
 #include "readpass.h"
 #include "pathnames.h"
 #include "log.h"
-#include "atomicio.h"
 #include "ssh.h"
 
 static char *
index 9670a76608671c4bf953c3775357c2a20e8897db..4f2a1e2800840406be251e3554126e1235b732f3 100644 (file)
 /* XXX: copy between two remote sites */
 
 #include "includes.h"
-RCSID("$OpenBSD: sftp-client.c,v 1.17 2001/06/23 15:12:20 itojun Exp $");
+RCSID("$OpenBSD: sftp-client.c,v 1.18 2001/07/14 15:10:16 stevesk Exp $");
 
-#include "ssh.h"
 #include "buffer.h"
 #include "bufaux.h"
 #include "getput.h"
 #include "xmalloc.h"
 #include "log.h"
 #include "atomicio.h"
-#include "pathnames.h"
 
 #include "sftp.h"
 #include "sftp-common.h"
index aed95f2f0086755078af62dcbcf4fb4ca389ba5b..92350481133442e55d9ae831e054675fe4b16fbd 100644 (file)
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: sftp-common.c,v 1.3 2001/06/26 17:27:24 markus Exp $");
+RCSID("$OpenBSD: sftp-common.c,v 1.4 2001/07/14 15:10:17 stevesk Exp $");
 
 #include "buffer.h"
 #include "bufaux.h"
-#include "getput.h"
 #include "log.h"
 #include "xmalloc.h"
 
index b5be7dede6f66edde81f81b642e1de9b5e3c0146..a432bdfc2f986d6bc60aa678d9ebe3814404f1bd 100644 (file)
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: sftp-glob.c,v 1.7 2001/07/05 11:43:33 espie Exp $");
+RCSID("$OpenBSD: sftp-glob.c,v 1.8 2001/07/14 15:10:17 stevesk Exp $");
 
-#include "ssh.h"
 #include "buffer.h"
 #include "bufaux.h"
-#include "getput.h"
 #include "xmalloc.h"
 #include "log.h"
-#include "atomicio.h"
-#include "pathnames.h"
 
 #include "sftp.h"
 #include "sftp-common.h"
This page took 0.221669 seconds and 5 git commands to generate.