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

years ago.
This commit is contained in:
Maxim Konovalov 2005-01-05 09:47:10 +00:00
parent 93a8f35688
commit ab90852ba3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=139711

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) {