xserver/hw/xfree86/int10
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
..
INT10.HOWTO Fix spelling/wording issues 2020-07-05 13:07:33 -07:00
generic.c xfree86: int10: fix missing include of <errno.h> 2024-03-21 17:32:30 +01:00
helper_exec.c os: unexport Os*() functions 2024-04-16 14:20:30 +02:00
helper_mem.c Replace 'pointer' type with 'void *' 2014-01-12 10:24:11 -08:00
meson.build xfree86: Merge vbe into int10 2019-10-02 10:03:26 -04:00
stub.c int10: fix build error 2014-04-27 12:02:16 -04:00
vbe.c Move sizeof to second argument in calloc calls 2024-07-19 23:45:21 +00:00
vbe.h xfree86: drop remains of old USL compiler 2024-02-19 09:21:36 +00:00
vbeModes.c Move sizeof to second argument in calloc calls 2024-07-19 23:45:21 +00:00
vbeModes.h xfree86: Merge vbe into int10 2019-10-02 10:03:26 -04:00
x86emu.c Remove libcwrapper usage from xorg server modules. The libcwrapper is only 2006-02-10 22:00:30 +00:00
xf86int10.c Fix spelling/wording issues 2020-07-05 13:07:33 -07:00
xf86int10.h Replace 'pointer' type with 'void *' 2014-01-12 10:24:11 -08:00
xf86int10module.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
xf86x86emu.c x86emu: Change include order to avoid conflict with system header 2016-04-29 11:05:38 -04:00
xf86x86emu.h Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00