components/quagga/patches/80-ripngd-getopt.patch
changeset 417 7c10b5cba79b
child 641 719d637aca9f
equal deleted inserted replaced
416:d3ce52a8aecd 417:7c10b5cba79b
       
     1 *** ripngd/ripng_main.c
       
     2 --- ripngd/ripng_main.c
       
     3 ***************
       
     4 *** 207,213 ****
       
     5       {
       
     6         int opt;
       
     7   
       
     8 !       opt = getopt_long (argc, argv, "dlf:i:hA:P:u:g:vC", longopts, 0);
       
     9       
       
    10         if (opt == EOF)
       
    11   	break;
       
    12 --- 207,213 ----
       
    13       {
       
    14         int opt;
       
    15   
       
    16 !       opt = getopt_long (argc, argv, "dlf:i:hA:P:ru:g:vC", longopts, 0);
       
    17       
       
    18         if (opt == EOF)
       
    19   	break;