components/quagga/patches/80-ripngd-getopt.patch
author Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
Sat, 01 Oct 2016 11:18:56 -0700
changeset 7041 f02b84458bf7
parent 641 719d637aca9f
permissions -rw-r--r--
23245475 Move iso-codes 3.21 to Userland PSARC/2010/143 GNOME 2.30

*** ripngd/ripng_main.c
--- ripngd/ripng_main.c
@@ -205,7 +205,7 @@
     {
       int opt;
 
-      opt = getopt_long (argc, argv, "df:i:hA:P:u:g:vC", longopts, 0);
+      opt = getopt_long (argc, argv, "df:i:hA:P:ru:g:vC", longopts, 0);
     
       if (opt == EOF)
 	break;