Loading lib/arpa_telnet.h +2 −2 Original line number Original line Diff line number Diff line Loading @@ -39,7 +39,7 @@ /* /* * The telnet options represented as strings * The telnet options represented as strings */ */ static char *telnetoptions[]= static const char *telnetoptions[]= { { "BINARY", "ECHO", "RCP", "SUPPRESS GO AHEAD", "BINARY", "ECHO", "RCP", "SUPPRESS GO AHEAD", "NAME", "STATUS" "TIMING MARK", "RCTE", "NAME", "STATUS" "TIMING MARK", "RCTE", Loading Loading @@ -78,7 +78,7 @@ static char *telnetoptions[]= /* /* * Then those numbers represented as strings: * Then those numbers represented as strings: */ */ static char *telnetcmds[]= static const char *telnetcmds[]= { { "EOF", "SUSP", "ABORT", "EOR", "SE", "EOF", "SUSP", "ABORT", "EOR", "SE", "NOP", "DMARK", "BRK", "IP", "AO", "NOP", "DMARK", "BRK", "IP", "AO", Loading Loading
lib/arpa_telnet.h +2 −2 Original line number Original line Diff line number Diff line Loading @@ -39,7 +39,7 @@ /* /* * The telnet options represented as strings * The telnet options represented as strings */ */ static char *telnetoptions[]= static const char *telnetoptions[]= { { "BINARY", "ECHO", "RCP", "SUPPRESS GO AHEAD", "BINARY", "ECHO", "RCP", "SUPPRESS GO AHEAD", "NAME", "STATUS" "TIMING MARK", "RCTE", "NAME", "STATUS" "TIMING MARK", "RCTE", Loading Loading @@ -78,7 +78,7 @@ static char *telnetoptions[]= /* /* * Then those numbers represented as strings: * Then those numbers represented as strings: */ */ static char *telnetcmds[]= static const char *telnetcmds[]= { { "EOF", "SUSP", "ABORT", "EOR", "SE", "EOF", "SUSP", "ABORT", "EOR", "SE", "NOP", "DMARK", "BRK", "IP", "AO", "NOP", "DMARK", "BRK", "IP", "AO", Loading