On Mon, Aug 26, 2024 at 11:43 AM Nathan Bossart <nathandboss...@gmail.com> wrote:
> On Sun, Aug 25, 2024 at 01:14:36PM -0400, Greg Sabino Mullane wrote: > > I'm not happy about making this and the const char[] change their > structure > > based on the ifdefs - could we not just leave forkchild in? Their usage > is > > already protected by the ifdefs in the calling code. > > Here's an attempt at this. > Looks great, thank you.