Re: [PATCH rtems-libbsd 1/2] waf_libbsd: Fix typo in previous patch

2021-10-07 Thread Chris Johns
OK On 8/10/21 7:43 am, Kinsey Moore wrote: > There was a typo in the patch that added the HAVE_ definition > that prevented "./waf configure" from succeeding. This adds the missing > character. > --- > waf_libbsd.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/waf_lib

[PATCH rtems-libbsd 1/2] waf_libbsd: Fix typo in previous patch

2021-10-07 Thread Kinsey Moore
There was a typo in the patch that added the HAVE_ definition that prevented "./waf configure" from succeeding. This adds the missing character. --- waf_libbsd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waf_libbsd.py b/waf_libbsd.py index 613797aa..9e3724d6 100644 --- a