Subject: CVS commit: src/crypto/dist/ssh
To: None <source-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 02/08/2006 23:08:13
Module Name: src
Committed By: he
Date: Wed Feb 8 23:08:13 UTC 2006
Modified Files:
src/crypto/dist/ssh: serverloop.c
Log Message:
The sig_atomic_t type is not guaranteed to be printf-compatible
with %d, so cast to int before printing it.
To generate a diff of this commit:
cvs rdiff -r1.24 -r1.25 src/crypto/dist/ssh/serverloop.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.