xserver/hw/xfree86/os-support/bsd
Alan Coopersmith e1c5be126b bsd_init.c: fix build on FreeBSD
Commit 0d4a7ed6 put the definition of pcvt_version inside #ifdef __NetBSD__
but left one use of it outside of the ifdefs, resulting in a build failure
on FreeBSD 14.0 in the gitlab CI for xf86-input-keyboard.

../hw/xfree86/os-support/bsd/bsd_init.c:540:21:
  error: use of undeclared identifier 'pcvt_version'
                    pcvt_version.rmajor, pcvt_version.rminor);
                    ^
../hw/xfree86/os-support/bsd/bsd_init.c:540:42:
  error: use of undeclared identifier 'pcvt_version'
                    pcvt_version.rmajor, pcvt_version.rminor);
                                         ^

Fixes: 0d4a7ed68 ("bsd_init.c: fix build on OpenBSD")
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1424>
2024-03-20 03:32:23 +00:00
..
alpha_video.c Revert "Fix missing includes of <errno.h>" 2024-03-19 00:33:26 +00:00
arm_video.c Revert "Fix missing includes of <errno.h>" 2024-03-19 00:33:26 +00:00
bsd_VTsw.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
bsd_bell.c Drop trailing whitespaces 2014-11-12 10:25:00 +10:00
bsd_ev56.c xfree86: Remove MMIO_ONB* and friends 2014-07-28 12:19:01 -07:00
bsd_init.c bsd_init.c: fix build on FreeBSD 2024-03-20 03:32:23 +00:00
bsd_kmod.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
i386_video.c xfree86/bsd: fix build on NetBSD/amd64. 2024-02-18 00:03:45 +00:00
memrange.h Fix spelling/wording issues 2020-07-05 13:07:33 -07:00
ppc_video.c xfree86: os-support: ppc_video: drop unused DEV_MEM define 2024-03-19 01:59:38 +00:00
sparc64_video.c Drop trailing whitespaces 2014-11-12 10:25:00 +10:00