On 2022/04/24 07:01, Lucas Raab wrote:
> Hello,
> 
> Here's a small patch to libuv to not attempt to use the lutimes
> syscall. This was discovered while working on an upgrade to
> sysutils/grafana which in turn triggered a build failure stemming
> from lang/node.
> 
> Wandering a little outside my paygrade here, but hopefully this is
> a valid patch. make test for libuv and node were successful aisde
> from the network tests. If it looks good here, I'll submit it
> upstream as well for the next release.
> 
> Thoughts?

The patch is legit but the description doesn't make sense, the
syscall is in a block which does not include OpenBSD so without this
patch we are in the #else block (errno = ENOSYS).

OK sthen@

Reply via email to