CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]        2014/09/08 21:41:08

Modified files:
        usr.bin/telnet : commands.c externs.h sys_bsd.c telnet.c 
                         utilities.c 

Log message:
Eliminate a pile of casts that were superfluous or wrong, or that were
the result of bad type choices, particularly (unsigned char *) vs
(const char *).  Also, use reallocarray().

Reply via email to