components/quagga/patches/80-ripngd-getopt.patch
changeset 641 719d637aca9f
parent 417 7c10b5cba79b
--- a/components/quagga/patches/80-ripngd-getopt.patch	Tue Jan 03 09:16:46 2012 -0800
+++ b/components/quagga/patches/80-ripngd-getopt.patch	Tue Jan 03 11:12:40 2012 -0800
@@ -1,19 +1,11 @@
 *** 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;
+@@ -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;