xauth: Changes to 'master'
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Fri Jan 24 22:23:38 UTC 2025
configure.ac | 2 +-
gethost.c | 10 +++++++++-
2 files changed, 10 insertions(+), 2 deletions(-)
New commits:
commit 0228cc6e5d3700a35179cf9b69da0d5ca492ef42
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date: Sat Jan 18 15:34:15 2025 -0800
if inet_ntop() is available, use it, even if IPv6 support is disabled
Support for using inet_ntop() was originally added to support IPv6,
and only used if IPv6 support was enabled. Two decades later, support
for inet_ntop() is ubiquitous and OS'es have marked inet_ntoa()
as deprecated, so use the modern interface whenever we can now.
Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
Part-of: <https://gitlab.freedesktop.org/xorg/app/xauth/-/merge_requests/23>
More information about the xorg-commit
mailing list