summaryrefslogtreecommitdiff
path: root/security/lsh/patches/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'security/lsh/patches/patch-ag')
-rw-r--r--security/lsh/patches/patch-ag18
1 files changed, 0 insertions, 18 deletions
diff --git a/security/lsh/patches/patch-ag b/security/lsh/patches/patch-ag
deleted file mode 100644
index 2a42304e507..00000000000
--- a/security/lsh/patches/patch-ag
+++ /dev/null
@@ -1,18 +0,0 @@
-$NetBSD: patch-ag,v 1.1 2007/02/22 17:38:34 drochner Exp $
-
---- src/sftp/sftp_c.c.orig 2007-02-09 13:58:41.000000000 +0100
-+++ src/sftp/sftp_c.c
-@@ -1097,8 +1097,11 @@ sftp_get_file_main(struct sftp_callback
- int write_needed = 0;
- UINT32 i;
-
-- /* FIXME: state is const */
-- state->mem.used = 0;
-+ /* FIXME: This is ugly. The me object needs to be moved a pointer
-+ * away, or redesigned so that we don't need to modify it here. (Or
-+ * the constification of sftp_callback could be undone
-+ * altogether). */
-+ ((struct sftp_callback *)state)->mem.used = 0;
-
- sftp_get_mem_main(next, msg, id, in, out, state );
-