mirror of
https://github.com/sheumann/telnetd.git
synced 2025-02-16 13:30:34 +00:00
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:
parent
cff120dc74
commit
e5dfcfd096
@ -151,7 +151,7 @@ main(int argc, char *argv[])
|
|||||||
#define IPSECOPT
|
#define IPSECOPT
|
||||||
#endif
|
#endif
|
||||||
while ((ch = getopt(argc, argv,
|
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
|
#undef IPSECOPT
|
||||||
{
|
{
|
||||||
switch(ch) {
|
switch(ch) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user