Re: Sources for adding ftw.h

2020-03-23 Thread Joel Sherrill
On Mon, Mar 23, 2020 at 9:17 AM Eshan Dhawan wrote: > hello everyone, > As @Vaibhav Guptatold the FreeBSD and > NetBSD implemenattio of ftw.h requirs fts.h which inturn requires > sys/mount.h which requirs many other headres that are not yet implemented > so creating a dependencies chain > re

Sources for adding ftw.h

2020-03-23 Thread Eshan Dhawan
hello everyone, As @Vaibhav Guptatold the FreeBSD and NetBSD implemenattio of ftw.h requirs fts.h which inturn requires sys/mount.h which requirs many other headres that are not yet implemented so creating a dependencies chain requiring to add 10-15 more headers just to add ftw.h So I started s