source:
npl/overig/nc/virtmanager.patch
@
5747ef0
Last change on this file since 5747ef0 was c5c522c, checked in by , 8 years ago | |
---|---|
|
|
File size: 756 bytes |
-
netcat.c
old new 1479 1479 1480 1480 /* If your shitbox doesn't have getopt, step into the nineties already. */ 1481 1481 /* optarg, optind = next-argv-component [i.e. flag arg]; optopt = last-char */ 1482 while ((x = getopt (argc, argv, "abe:g:G:hi:lno:p:q:rs:tu vw:z")) != EOF) {1482 while ((x = getopt (argc, argv, "abe:g:G:hi:lno:p:q:rs:tuUvw:z")) != EOF) { 1483 1483 /* Debug (("in go: x now %c, optarg %x optind %d", x, optarg, optind)) */ 1484 1484 switch (x) { 1485 1485 case 'a': … … 1549 1549 o_tn++; break; 1550 1550 #endif /* TELNET */ 1551 1551 case 'u': /* use UDP */ 1552 case 'U': /* use UDP */ 1552 1553 o_udpmode++; break; 1553 1554 case 'v': /* verbose */ 1554 1555 o_verbose++; break;
Note: See TracBrowser
for help on using the repository browser.