xserver/hw/xfree86/os-support/solaris
Alan Coopersmith 522f469fe9 Move sizeof to second argument in calloc calls
Clears -Wcalloc-transposed-args warnings from gcc 14.1, such as:

../dix/main.c:165:42: warning: ‘calloc’ sizes specified with ‘sizeof’ in the
 earlier argument and not in the later argument [-Wcalloc-transposed-args]
  165 |             serverClient = calloc(sizeof(ClientRec), 1);
      |                                          ^~~~~~~~~
../dix/main.c:165:42: note: earlier argument should specify number of
 elements, later size of each element

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1606>
2024-07-19 23:45:21 +00:00
..
solaris-amd64.S Remove "All rights reserved" from Oracle copyright notices 2023-02-25 09:40:41 -08:00
solaris-ia32.S Remove "All rights reserved" from Oracle copyright notices 2023-02-25 09:40:41 -08:00
solaris-sparcv8plus.S Remove "All rights reserved" from Oracle copyright notices 2023-02-25 09:40:41 -08:00
sun_VTsw.c xfree86: unexport os-support functions 2024-04-18 00:40:39 +00:00
sun_agp.c Move sizeof to second argument in calloc calls 2024-07-19 23:45:21 +00:00
sun_apm.c solaris: convert APM interfaces to official SRN interfaces 2024-05-14 04:12:44 +00:00
sun_bell.c os: move xserver_poll.h into os/ directory 2024-06-21 00:53:39 +00:00
sun_init.c xfree86: os-support: move hidden Solaris-specific symbols out of public header 2024-04-18 00:40:39 +00:00
sun_inout.s DRI XFree86-4_3_99_12-merge import 2004-06-16 09:22:17 +00:00
sun_vid.c xfree86: os-support: move xf86OSInitVidMem() to xf86_os_support.h 2024-04-18 00:40:39 +00:00