components/quagga/patches/80-ripngd-getopt.patch
author Rich Burridge <rich.burridge@oracle.com>
Tue, 02 May 2017 17:33:26 -0700
changeset 7964 d9801318ed3d
parent 641 719d637aca9f
permissions -rw-r--r--
25981468 Build ilmbase and openexr with the GNU compilers

*** 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;