summaryrefslogtreecommitdiff
path: root/security/lsh/files/patch-sftp-buffer.c
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-06-13 04:26:24 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-06-13 04:26:24 +0000
commit1d60b799627d6feda51cb3283d916a0f09807473 (patch)
tree432a57b350ef0726f343a2ad354b429a1fb5b44c /security/lsh/files/patch-sftp-buffer.c
parent- Sync with cnews paths better. (diff)
- Update to 1.5.2
- removed patches that are now part of distribution - New option: WITH_THREADS or WITH_LSH_THREADS
Notes
Notes: svn path=/head/; revision=82916
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);
- }
-