]> git.ipfire.org Git - thirdparty/squid.git/commit
Fix missing portability warning for Solaris (#1360)
authorAmos Jeffries <yadij@users.noreply.github.com>
Wed, 31 May 2023 23:46:51 +0000 (23:46 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Wed, 31 May 2023 23:46:59 +0000 (23:46 +0000)
commit27dfa3ab73138ef4bd73ba400736d898b36b94fc
tree87ecb60930452f02398b9748af5fae96936e91aa
parent33516883a45844700854056b0dcb7953bba3582c
Fix missing portability warning for Solaris (#1360)

These headers contain implementations of POSIX API
and cannot be touched without the required OS-specific
knowledge.

The addition or update of Solaris portability logic
wrongly omitted this warning.
compat/os/opensolaris_10_netdb.h
compat/os/solaris.h