Oops, forgot the 'u' in the getopt for the previous commit.

git-svn-id: http://svn0.us-east.freebsd.org/base/head/contrib/telnet@77105 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
This commit is contained in:
dillon 2001-05-24 00:14:19 +00:00
parent c5ebb16d3c
commit 508568b464

View File

@ -180,7 +180,7 @@ main(argc, 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:xy" IPSECOPT)) != -1) "468EKLNS:X:acde:fFk:l:n:rs:t:uxy" IPSECOPT)) != -1)
#undef IPSECOPT #undef IPSECOPT
{ {
switch(ch) { switch(ch) {