components/quagga/patches/80-ripngd-getopt.patch
author Milan Jurik <Milan.Jurik@oracle.com>
Wed, 30 Nov 2011 06:39:13 -0800
changeset 604 c25824a87b1f
parent 417 7c10b5cba79b
child 641 719d637aca9f
permissions -rw-r--r--
6674902 a lot of superfluous calls to clock_gettime if timed events is not used 6867692 libevent version needs to be updated to 1.4

*** ripngd/ripng_main.c
--- ripngd/ripng_main.c
***************
*** 207,213 ****
      {
        int opt;
  
!       opt = getopt_long (argc, argv, "dlf:i:hA:P:u:g:vC", longopts, 0);
      
        if (opt == EOF)
  	break;
--- 207,213 ----
      {
        int opt;
  
!       opt = getopt_long (argc, argv, "dlf:i:hA:P:ru:g:vC", longopts, 0);
      
        if (opt == EOF)
  	break;