Subject: CVS commit: src/crypto/dist/ssh
To: None <source-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 09/29/2006 14:36:34
Module Name: src
Committed By: he
Date: Fri Sep 29 14:36:34 UTC 2006
Modified Files:
src/crypto/dist/ssh: sftp-server.c
Log Message:
Use PRIu64 instead of llu when printing an u_int64_t.
Fixes a build problem for our LP64 ports, where "long long"
is typically longer than 64 bits.
To generate a diff of this commit:
cvs rdiff -r1.23 -r1.24 src/crypto/dist/ssh/sftp-server.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.