xscope: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Jan 24 22:44:34 UTC 2025


 configure.ac |    2 +-
 table11.c    |   10 +++++++++-
 2 files changed, 10 insertions(+), 2 deletions(-)

New commits:
commit f610465a9e2bab52dd55a567f6cb5c9469fc9fdb
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Jan 18 15:47:35 2025 -0800

    if inet_ntop() is available, use it for IPv4 addresses as well
    
    Support for using inet_ntop() was originally added to support IPv6,
    and only used for IPv6 addresses in PrintHOST().  Two decades later,
    support for inet_ntop() is ubiquitous and OS'es have marked inet_ntoa()
    as deprecated, so use the modern interface for IPv4 as well now.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Part-of: <https://gitlab.freedesktop.org/xorg/app/xscope/-/merge_requests/14>



More information about the xorg-commit mailing list