Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/crypto/dist/ssh



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.




Home | Main Index | Thread Index | Old Index