From: Bruno H. <br...@cl...> - 2025-01-08 11:56:12
|
Hi Alexandru, > The fix consists of the following observations: > - Haiku does not define ESOCKTNOSUPPORT error and never signals it, > - Haiku seems to potentially signal EAFNOSUPPORT error when socket fails to > be created. > > Attached is SBCL patch (not for CLISP). Can you guide me to prepare the fix > for CLISP / Haiku? I think it is better if you report these bugs in the Haiku bug tracker [1], ideally with a sample C program for each. Then there is a chance that they get fixed, and then programs like SBCL and CLISP, but also many others, don't have to use special-case code for Haiku. Bruno [1] https://dev.haiku-os.org/ |