Skip to content

Add links port

Status Updated Version Released New version Patch
Good 2021-10-03 links-2.25 2021-10-03 links.patch
  • Set DESTDIR unconditionally in the Makefile.
  • Reran connect() if it failed EINTR. Patched to wait and use getsockopt instead to see if the connection was successful.
  • Presumed that if bind() to an AF_UNIX socket succeeded, listen() couldn't fail with EADDRINUSE.
  • Code full of #ifdefs for supporting broken and limited platforms.
  • Used sprintf() instead of snprintf().

Merge request reports