a7474fcab6
sys_write(). netbsd32_getfsstat() cannot just copyin()/copyout(), convert the structures, and call sys_getffstat(). sys_getffstat() wants to do its own copyin()/copyout(). So we need to implent the whole of sys_getffstat() in netbsd32_getfsstat().