Files
xserver/include
Alan Coopersmith 9a6aec9bf6 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>
2024-10-31 16:24:41 +01:00
..
2020-07-05 13:07:33 -07:00
2014-11-12 10:25:00 +10:00
2015-06-30 12:17:51 +10:00
2024-06-23 18:13:30 +00:00
2014-11-12 10:25:00 +10:00
2017-06-20 16:37:24 -04:00
2023-11-29 21:18:29 +00:00
2024-04-15 23:10:31 +00:00
2020-07-05 13:07:33 -07:00
2024-09-19 15:03:01 +02:00
2014-11-12 10:25:00 +10:00
2014-11-12 10:25:00 +10:00
2014-11-12 10:25:00 +10:00
2015-01-23 10:35:49 -08:00
2014-11-12 10:25:00 +10:00
2012-03-21 13:54:42 -07:00
2019-04-12 21:53:03 +00:00