[InterNetNews/inn] 42cf45: Fix the visibility of inet_aton and inet_ntoa repl...

Julien ÉLIE noreply at github.com
Sat Jun 4 21:57:35 UTC 2022


  Branch: refs/heads/main
  Home:   https://github.com/InterNetNews/inn
  Commit: 42cf45a10dc1a26fd714d9be9aba76f05a0e1502
      https://github.com/InterNetNews/inn/commit/42cf45a10dc1a26fd714d9be9aba76f05a0e1502
  Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
  Date:   2022-06-04 (Sat, 04 Jun 2022)

  Changed paths:
    M include/portable/socket.h
    M support/getrra-c-util

  Log Message:
  -----------
  Fix the visibility of inet_aton and inet_ntoa replacements

Their visibility was wrongly set to hidden, which would break the build
on systems needing them (very rare nowadays).

According to Russ, inet_ntoa used to be required on IRIX systems because of
an incompatibility between the system ABI and GCC in how structs were passed
on the stack; inet_aton was required for the cygwin build or something obscure
like that.




More information about the inn-committers mailing list