Edgar Fuß <[email protected]> wrote: > Didn't we have -o linux for things like that?
We do, the implementation of the emulated linux procfs is mingled in with the NetBSD native stuff. The 'width' variable being modified by the patch is only used when '-o linux' has been specified when mounting the filesystem. One review question could be whether it would be better to modify the call to snprintf(3) to not use 'width' at all.
