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:34:25
Module Name: src
Committed By: he
Date: Fri Sep 29 14:34:25 UTC 2006
Modified Files:
src/crypto/dist/ssh: sshconnect2.c
Log Message:
The "success" field in Authctxt needs to be a sig_atomic_t, not an int,
so that we don't get a type conflict on dispatch_run() invocation. Found
while building for alpha and amd64.
To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 src/crypto/dist/ssh/sshconnect2.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.