aboutsummaryrefslogtreecommitdiff
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, 11 insertions, 0 deletions
diff --git a/security/lsh/files/patch-sftp-buffer.c b/security/lsh/files/patch-sftp-buffer.c
new file mode 100644
index 000000000000..fd148bdeeedd
--- /dev/null
+++ b/security/lsh/files/patch-sftp-buffer.c
@@ -0,0 +1,11 @@
+--- 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);
+ }
+