# HG changeset patch # User Brian Utterback # Date 1489412163 25200 # Node ID afa0cfbacd6d7c85a5ee414b7d556b846185029b # Parent 7176747c65c434cf8a255cc2fd572765b6f7703e 15727941 isisd has spurious "p" listed in getopt argument. diff -r 7176747c65c4 -r afa0cfbacd6d components/quagga/patches/72-isisgetopt.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/components/quagga/patches/72-isisgetopt.patch Mon Mar 13 06:36:03 2017 -0700 @@ -0,0 +1,22 @@ +This has been filed as Quagga community bug 941. This patch may be removed +when upgrading to a version of Quaggawith bug 941 fixed. + +*** isisd/isis_main.c +--- isisd/isis_main.c +*************** main (int argc, char **argv, char **envp +*** 269,275 **** + /* Command line argument treatment. */ + while (1) + { +! opt = getopt_long (argc, argv, "df:i:hA:p:P:u:g:vC", longopts, 0); + + if (opt == EOF) + break; +--- 269,275 ---- + /* Command line argument treatment. */ + while (1) + { +! opt = getopt_long (argc, argv, "df:i:hA:P:u:g:vC", longopts, 0); + + if (opt == EOF) + break;