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
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.
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