source: npl/overig/nc/virtmanager.patch @ 2154c77

Last change on this file since 2154c77 was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100644
File size: 756 bytes
  • netcat.c

    old new  
    14791479
    14801480/* If your shitbox doesn't have getopt, step into the nineties already. */
    14811481/* 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:tuvw:z")) != EOF) {
     1482  while ((x = getopt (argc, argv, "abe:g:G:hi:lno:p:q:rs:tuUvw:z")) != EOF) {
    14831483/* Debug (("in go: x now %c, optarg %x optind %d", x, optarg, optind)) */
    14841484    switch (x) {
    14851485      case 'a':
     
    15491549        o_tn++; break;
    15501550#endif /* TELNET */
    15511551      case 'u':                         /* use UDP */
     1552      case 'U':                         /* use UDP */
    15521553        o_udpmode++; break;
    15531554      case 'v':                         /* verbose */
    15541555        o_verbose++; break;
Note: See TracBrowser for help on using the repository browser.