diff options
author | Darren Tucker <dtucker@zip.com.au> | 2007-05-20 14:59:32 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2007-05-20 14:59:32 +1000 |
commit | 86473c57a853a8b5449026659f14640bd2275dc1 (patch) | |
tree | ed0858adb6f5233aa8788eef1d5c10a5ad635806 /ChangeLog | |
parent | 208ac57c305fbd477256528cbc8d9b12a376a936 (diff) |
- stevesk@cvs.openbsd.org 2007/04/18 01:12:43
[sftp-server.c]
cast "%llu" format spec to (unsigned long long); do not assume a
u_int64_t arg is the same as 'unsigned long long'.
from Dmitry V. Levin <ldv@altlinux.org>
ok markus@ 'Yes, that looks correct' millert@
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -3,6 +3,12 @@ | |||
3 | - stevesk@cvs.openbsd.org 2007/04/14 22:01:58 | 3 | - stevesk@cvs.openbsd.org 2007/04/14 22:01:58 |
4 | [auth2.c] | 4 | [auth2.c] |
5 | remove unused macro; from Dmitry V. Levin <ldv@altlinux.org> | 5 | remove unused macro; from Dmitry V. Levin <ldv@altlinux.org> |
6 | - stevesk@cvs.openbsd.org 2007/04/18 01:12:43 | ||
7 | [sftp-server.c] | ||
8 | cast "%llu" format spec to (unsigned long long); do not assume a | ||
9 | u_int64_t arg is the same as 'unsigned long long'. | ||
10 | from Dmitry V. Levin <ldv@altlinux.org> | ||
11 | ok markus@ 'Yes, that looks correct' millert@ | ||
6 | 12 | ||
7 | 20070509 | 13 | 20070509 |
8 | - (tim) [configure.ac] Bug #1287: Add missing test for ucred.h. | 14 | - (tim) [configure.ac] Bug #1287: Add missing test for ucred.h. |
@@ -2903,4 +2909,4 @@ | |||
2903 | OpenServer 6 and add osr5bigcrypt support so when someone migrates | 2909 | OpenServer 6 and add osr5bigcrypt support so when someone migrates |
2904 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ | 2910 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ |
2905 | 2911 | ||
2906 | $Id: ChangeLog,v 1.4661 2007/05/20 04:58:41 dtucker Exp $ | 2912 | $Id: ChangeLog,v 1.4662 2007/05/20 04:59:32 dtucker Exp $ |