o Remove -t flag from getopt(3), it was killed in rev. 1.15 three

years ago.


git-svn-id: http://svn0.us-east.freebsd.org/base/head/contrib/telnet@139711 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
This commit is contained in:
maxim 2005-01-05 09:47:10 +00:00
parent cff120dc74
commit e5dfcfd096
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ main(int argc, char *argv[])
#define IPSECOPT
#endif
while ((ch = getopt(argc, argv,
"468EKLNS:X:acde:fFk:l:n:rs:t:uxy" IPSECOPT)) != -1)
"468EKLNS:X:acde:fFk:l:n:rs:uxy" IPSECOPT)) != -1)
#undef IPSECOPT
{
switch(ch) {