On Tue, Jun 18, 2019 at 17:22:14 +0200, Kamil Rytarowski wrote: > I wrote a patch to add support for it, but untested as currently the > kernel build is broken: > > http://netbsd.org/~kamil/patch-00128-posix-mknod.txt > > Independently, I have removed unused variable retval. > > If this patch is fine and once the kernel will be unbroken, I can land > it, document and add ATF tests.
Please, please, please, don't mix unrelated changes. If retval is unused already, g/c it first in a separate commit. -uwe