Subject: CVS commit: basesrc/crypto/dist/ssh
To: None <source-changes@netbsd.org>
From: Bill Sommerfeld <sommerfeld@netbsd.org>
List: source-changes
Date: 03/09/2002 17:03:34
Module Name:	basesrc
Committed By:	sommerfeld
Date:		Sat Mar  9 15:03:34 UTC 2002

Modified Files:
	basesrc/crypto/dist/ssh: sftp-client.c

Log Message:
Fix several LL128 format string mismatches with a chainsaw.
%llu is "unsigned long long", not "uint64_t"; the former can be 128
bits on LP64 systems.


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 basesrc/crypto/dist/ssh/sftp-client.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.