Re: [PATCH v7 1/5] windows: make getopt functions have const properties

2023-07-10 Thread Tyler Retzlaff
On Wed, Jul 05, 2023 at 03:48:01PM -0700, Stephen Hemminger wrote: > This aligns getopt, getopt_long, etc to have the same const > attributes as Linux and FreeBSD. The changes are derived from > the FreeBSD version of getopt_long. > > Signed-off-by: Stephen Hemminger > --- Acked-by: Tyler Retzla

[PATCH v7 1/5] windows: make getopt functions have const properties

2023-07-05 Thread Stephen Hemminger
This aligns getopt, getopt_long, etc to have the same const attributes as Linux and FreeBSD. The changes are derived from the FreeBSD version of getopt_long. Signed-off-by: Stephen Hemminger --- lib/eal/windows/getopt.c | 23 --- lib/eal/windows/include/getopt.h | 8