Re: [PATCH v3] pwdgrp.c: removed assert causing runtime issues

2021-03-18 Thread Gedare Bloom
On Thu, Mar 18, 2021 at 1:55 PM Ryan Long wrote: > > Removed the _Assert_unused_variable_equals macro due to /etc > having already been created by the network stack initialization > or an initial filesystem image. > > Updates #4282 > --- > cpukit/libcsupport/src/pwdgrp.c | 6 +- > 1 file chan

[PATCH v3] pwdgrp.c: removed assert causing runtime issues

2021-03-18 Thread Ryan Long
Removed the _Assert_unused_variable_equals macro due to /etc having already been created by the network stack initialization or an initial filesystem image. Updates #4282 --- cpukit/libcsupport/src/pwdgrp.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/cpukit/libcsuppor