diff options
author | Darren Tucker <dtucker@zip.com.au> | 2013-06-06 08:16:04 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2013-06-06 08:16:04 +1000 |
commit | 194454d7a8f8cb8ac55f2b9d0199ef9445788bee (patch) | |
tree | 103fac66cd9a121a042b414f38018c2c60d59310 /ChangeLog | |
parent | 4ac66af091cf6db5a42c18e43738ca9c41e338e5 (diff) |
- dtucker@cvs.openbsd.org 2013/06/04 19:12:23
[scp.c]
use MAXPATHLEN for buffer size instead of fixed value. ok markus
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -22,6 +22,9 @@ | |||
22 | force the MAC output to be 64-bit aligned so umac won't see unaligned | 22 | force the MAC output to be 64-bit aligned so umac won't see unaligned |
23 | accesses on strict-alignment architectures. bz#2101, patch from | 23 | accesses on strict-alignment architectures. bz#2101, patch from |
24 | tomas.kuthan at oracle.com, ok djm@ | 24 | tomas.kuthan at oracle.com, ok djm@ |
25 | - dtucker@cvs.openbsd.org 2013/06/04 19:12:23 | ||
26 | [scp.c] | ||
27 | use MAXPATHLEN for buffer size instead of fixed value. ok markus | ||
25 | 28 | ||
26 | 20130602 | 29 | 20130602 |
27 | - (tim) [Makefile.in] Make Solaris, UnixWare, & OpenServer linkers happy | 30 | - (tim) [Makefile.in] Make Solaris, UnixWare, & OpenServer linkers happy |