On 10/6/18 5:18 AM, Christoph Hellwig wrote: > While the scope change is a good start the code is stull horrible. > > I'd be much happier to kill these static variables entirely. The > buffers can just be on stack, and getprent should just get a > fs_project_t to fill out passed by reference. Same for > getprpathent. > I had assumed that the goal was to behave just like getpwent, which is a void function and does not require a struct passwd to be passed in (for example). The symmetry of use made sense to me. -Eric