components/quagga/patches/72-isisgetopt.patch
branchs11u3-sru
changeset 7931 29de53a8751a
equal deleted inserted replaced
7930:23b55980914d 7931:29de53a8751a
       
     1 This has been filed as Quagga community bug 941. This patch may be removed
       
     2 when upgrading to a version of Quaggawith bug 941 fixed.
       
     3 
       
     4 *** isisd/isis_main.c
       
     5 --- isisd/isis_main.c
       
     6 *************** main (int argc, char **argv, char **envp
       
     7 *** 269,275 ****
       
     8     /* Command line argument treatment. */
       
     9     while (1)
       
    10       {
       
    11 !       opt = getopt_long (argc, argv, "df:i:hA:p:P:u:g:vC", longopts, 0);
       
    12   
       
    13         if (opt == EOF)
       
    14   	break;
       
    15 --- 269,275 ----
       
    16     /* Command line argument treatment. */
       
    17     while (1)
       
    18       {
       
    19 !       opt = getopt_long (argc, argv, "df:i:hA:P:u:g:vC", longopts, 0);
       
    20   
       
    21         if (opt == EOF)
       
    22   	break;