diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/appl/telnet/telnet/commands.c | 2 | ||||
| -rw-r--r-- | src/appl/telnet/telnet/main.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/appl/telnet/telnet/commands.c b/src/appl/telnet/telnet/commands.c index cc1a4ac9e..29e6cd774 100644 --- a/src/appl/telnet/telnet/commands.c +++ b/src/appl/telnet/telnet/commands.c @@ -2228,7 +2228,7 @@ tn(argc, argv) unsigned long temp; extern char *inet_ntoa(); #if defined(IP_OPTIONS) && defined(IPPROTO_IP) - char *srp = 0, *strrchr(); + char *srp = 0; unsigned long sourceroute(), srlen; #endif char *cmd, *hostp = 0, *portp = 0, *user = 0; diff --git a/src/appl/telnet/telnet/main.c b/src/appl/telnet/telnet/main.c index 7e2f9f35e..07e09aebf 100644 --- a/src/appl/telnet/telnet/main.c +++ b/src/appl/telnet/telnet/main.c @@ -117,7 +117,7 @@ main(argc, argv) extern char *optarg; extern int optind; int ch; - char *user, *strrchr(); + char *user; #ifdef FORWARD extern int forward_flags; #endif /* FORWARD */ |
