diff options
author | Damien Miller <djm@mindrot.org> | 2013-10-15 12:06:45 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2013-10-15 12:06:45 +1100 |
commit | 61c7de8a94156f6d7e9718ded9be8c65bb902b66 (patch) | |
tree | e89af3dfea0f8540f5310301aab2ce2fdb8cfe5c | |
parent | 2f93d0556e4892208c9b072624caa8cc5ddd839d (diff) |
- djm@cvs.openbsd.org 2013/10/11 02:53:45
[sftp-client.h]
obsolete comment
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | sftp-client.h | 4 |
2 files changed, 4 insertions, 3 deletions
@@ -22,6 +22,9 @@ | |||
22 | - djm@cvs.openbsd.org 2013/10/11 02:52:23 | 22 | - djm@cvs.openbsd.org 2013/10/11 02:52:23 |
23 | [sftp-client.c] | 23 | [sftp-client.c] |
24 | missed one arg reorder | 24 | missed one arg reorder |
25 | - djm@cvs.openbsd.org 2013/10/11 02:53:45 | ||
26 | [sftp-client.h] | ||
27 | obsolete comment | ||
25 | 28 | ||
26 | 20131010 | 29 | 20131010 |
27 | - (dtucker) OpenBSD CVS Sync | 30 | - (dtucker) OpenBSD CVS Sync |
diff --git a/sftp-client.h b/sftp-client.h index dc54cfe3b..bcdd407c8 100644 --- a/sftp-client.h +++ b/sftp-client.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: sftp-client.h,v 1.22 2013/08/08 05:04:03 djm Exp $ */ | 1 | /* $OpenBSD: sftp-client.h,v 1.23 2013/10/11 02:53:45 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2001-2004 Damien Miller <djm@openbsd.org> | 4 | * Copyright (c) 2001-2004 Damien Miller <djm@openbsd.org> |
@@ -100,8 +100,6 @@ int do_hardlink(struct sftp_conn *, char *, char *); | |||
100 | /* Rename 'oldpath' to 'newpath' */ | 100 | /* Rename 'oldpath' to 'newpath' */ |
101 | int do_symlink(struct sftp_conn *, char *, char *); | 101 | int do_symlink(struct sftp_conn *, char *, char *); |
102 | 102 | ||
103 | /* XXX: add callbacks to do_download/do_upload so we can do progress meter */ | ||
104 | |||
105 | /* | 103 | /* |
106 | * Download 'remote_path' to 'local_path'. Preserve permissions and times | 104 | * Download 'remote_path' to 'local_path'. Preserve permissions and times |
107 | * if 'pflag' is set | 105 | * if 'pflag' is set |