On Tue, Apr 22, 2025 at 11:27:03AM -0400, Eli Schwartz wrote: > On 4/22/25 3:31 AM, Patrick Steinhardt wrote: > > On Mon, Apr 21, 2025 at 01:51:50PM -0400, Eli Schwartz wrote: > > We do have compat sources for `inet_ntop()` and `inet_pton()` indeed, so > > adding those makes sense. But we don't have a replacement for > > `hstrerror()`, so if that function wasn't found we would error out > > because "compat/hstrerror.c" wasn't found. > > > I don't really understand what you mean by this. Of course the file will > be found. > > $ grep hstrerror compat/hstrerror.c > const char *githstrerror(int err) > > > File is there. (The function name is then #defined by compat/posix.h, no > comment.) Oops, I somehow missed this file altogether. Please ignore this. Patrick