summaryrefslogtreecommitdiff
path: root/security/lsh/files/patch-sftp-buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'security/lsh/files/patch-sftp-buffer.c')
-rw-r--r--security/lsh/files/patch-sftp-buffer.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/security/lsh/files/patch-sftp-buffer.c b/security/lsh/files/patch-sftp-buffer.c
deleted file mode 100644
index fd148bdeeedd..000000000000
--- a/security/lsh/files/patch-sftp-buffer.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/sftp/buffer.c.orig Sun Feb 23 19:34:44 2003
-+++ src/sftp/buffer.c Sun Mar 2 09:52:24 2003
-@@ -227,7 +227,7 @@
- {
- uint8_t buf[8];
-
-- WRITE_uint64_t(buf, value);
-+ WRITE_UINT64(buf, value);
- PUT_DATA(o, buf);
- }
-