xhost: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Jul 11 23:34:24 UTC 2024


 configure.ac |    3 ---
 xhost.c      |    7 +------
 2 files changed, 1 insertion(+), 9 deletions(-)

New commits:
commit f274c3f0ba6b100ac8717cce79dd8043094eba68
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Fri Jun 28 10:34:49 2024 +1000

    Replace inet_addr()/inet_aton() with a call to inet_pton()
    
    We unconditionally require inet_pton() for our IPv6 check so let's use
    the same call for the IPv4 check too. This removes the need for
    inet_aton() which is labelled as deprecated because it doesn't support
    IPv6.
    
    Part-of: <https://gitlab.freedesktop.org/xorg/app/xhost/-/merge_requests/8>



More information about the xorg-commit mailing list