> From: Stephen Hemminger [mailto:step...@networkplumber.org] > Sent: Tuesday, 26 March 2024 02.57 > > Having different prototypes on different platforms can lead > to lots of unnecessary workarounds. Looks like the version of > getopt used from windows was based on an older out of date > version from FreeBSD. > > This patch changes getopt, getopt_long, etc to have the same const > attributes as Linux and FreeBSD. The changes are derived from > the current FreeBSD version of getopt_long. > > Signed-off-by: Stephen Hemminger <step...@networkplumber.org> > Acked-by: Tyler Retzlaff <roret...@linux.microsoft.com> > Acked-by: Dmitry Kozlyuk <dmitry.kozl...@gmail.com> > ---
For the series, Acked-by: Morten Brørup <m...@smartsharesystems.com>