Re: Patch for getopt_long.c

2022-11-15 Thread Jeremie Courreges-Anglas
On Tue, Nov 15 2022, Mathias Bavay wrote: > Hi, > > Please find here attached a patch with minor touch up on > src/lib/libc/stdlib/getopt_long.c : > >    * Added an SPDX license identifier; As Theo answered, we don't use those identifiers (except sometimes in external source code added to the b

Re: Patch for getopt_long.c

2022-11-15 Thread Theo de Raadt
Mathias Bavay wrote: > Hi, > > Please find here attached a patch with minor touch up on > src/lib/libc/stdlib/getopt_long.c : > >    * Added an SPDX license identifier; No.

Patch for getopt_long.c

2022-11-15 Thread Mathias Bavay
Hi, Please find here attached a patch with minor touch up on src/lib/libc/stdlib/getopt_long.c :    * Added an SPDX license identifier;   * moved the declarations of two variables in order to reduce their scope; All the best, Mathias Bavay 1d0 < // SPDX-License-Identifier: BSD-2-Clause 133