Files
xserver/include
Alan Coopersmith 988a020a17 dix-config.h: add HAVE_SOCKLEN_T definition
Needed to build with IPv6 disabled using gcc 14 on some platforms to avoid:

In file included from /usr/X11/include/X11/Xtrans/transport.c:67,
                 from xstrans.c:17:
/usr/X11/include/X11/Xtrans/Xtranssock.c: In function ‘_XSERVTransSocketOpen’:
/usr/X11/include/X11/Xtrans/Xtranssock.c:467:28: error: passing argument 5
 of ‘getsockopt’ from incompatible pointer type [-Wincompatible-pointer-types]
  467 |             (char *) &val, &len) == 0 && val < 64 * 1024)
      |                            ^~~~
      |                            |
      |                            size_t * {aka long unsigned int *}

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1736>
(cherry picked from commit a1b5aa5a7f)
2026-01-25 10:39:58 -08:00
..
2020-07-05 13:07:33 -07:00
2026-01-25 10:39:54 -08:00
2017-06-20 16:37:24 -04:00
2023-11-29 21:18:29 +00:00
2026-01-19 12:32:26 -08:00
2017-03-17 15:14:42 -04:00
2020-07-05 13:07:33 -07:00
2024-01-09 09:49:54 +10:00
2026-01-25 10:39:57 -08:00
2019-04-12 21:53:03 +00:00