Source-Changes archive

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

CVS commit: src



Module Name:    src
Committed By:   maya
Date:           Sat Jan  5 08:55:58 UTC 2019

Modified Files:
        src/lib/libtelnet: enc-proto.h encrypt.c
        src/usr.bin/telnet: commands.c

Log Message:
Match the function prototype of encrypthandler instead of casting to it.
Make GCC 9 snapshot happier with the code

While here, remove unnecessary braces around return (KNF).


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/lib/libtelnet/enc-proto.h
cvs rdiff -u -r1.17 -r1.18 src/lib/libtelnet/encrypt.c
cvs rdiff -u -r1.75 -r1.76 src/usr.bin/telnet/commands.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