summaryrefslogtreecommitdiff
path: root/package/openssh/patches/patch-sftp-client_c
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-04-04 13:51:06 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-04-04 13:51:06 +0200
commitdfcff2a25739fa70ed8f11e37d5ab569385db5cd (patch)
tree375eb4a9255f23890ded7a6fbeaa8b0496c1885f /package/openssh/patches/patch-sftp-client_c
parentb7e9ef2689a58c623854239341cddc1fa90d549e (diff)
parent9cfdb6d7a7e939427b7b6e41e1f2074eff724457 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/openssh/patches/patch-sftp-client_c')
-rw-r--r--package/openssh/patches/patch-sftp-client_c11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/openssh/patches/patch-sftp-client_c b/package/openssh/patches/patch-sftp-client_c
deleted file mode 100644
index 21363fee7..000000000
--- a/package/openssh/patches/patch-sftp-client_c
+++ /dev/null
@@ -1,11 +0,0 @@
---- openssh-5.2p1.orig/sftp-client.c 2008-07-04 15:10:49.000000000 +0200
-+++ openssh-5.2p1/sftp-client.c 2009-09-18 12:30:56.000000000 +0200
-@@ -273,7 +273,7 @@ get_decode_statvfs(int fd, struct sftp_s
- SSH2_FXP_EXTENDED_REPLY, type);
- }
-
-- bzero(st, sizeof(*st));
-+ memset(st, 0, sizeof(*st));
- st->f_bsize = buffer_get_int64(&msg);
- st->f_frsize = buffer_get_int64(&msg);
- st->f_blocks = buffer_get_int64(&msg);