Subject: CVS commit: src/crypto/dist/ssh
To: None <source-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 02/15/2005 16:22:12
Module Name: src
Committed By: he
Date: Tue Feb 15 16:22:12 UTC 2005
Modified Files:
src/crypto/dist/ssh: ssh.c
Log Message:
A sig_atomic_t isn't necessarily compatible with a %d printf format;
on evbsh5 sig_atomic_t is an __int64_t. Since this only stores a
signal number, cast to int before printing.
To generate a diff of this commit:
cvs rdiff -r1.31 -r1.32 src/crypto/dist/ssh/ssh.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.