mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 05:58:57 +00:00
o Remove -t flag from getopt(3), it was killed in rev. 1.15 three
years ago.
This commit is contained in:
parent
93a8f35688
commit
ab90852ba3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=139711
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user