xserver/hw
Alan Coopersmith 00da38ae1d 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>
(cherry picked from commit e1c5be126b)
2026-01-19 12:32:22 -08:00
..
kdrive drop remains of support for old Sun compilers 2026-01-19 12:32:18 -08:00
vfb Xvfb: Support up to 13 mouse buttons 2024-01-08 11:16:11 +00:00
xfree86 bsd_init.c: fix build on FreeBSD 2026-01-19 12:32:22 -08:00
xnest xnest: use own dev-privates key for per-screen cursor 2026-01-19 12:32:21 -08:00
xquartz xquartz: Disable COMPOSITE at runtime 2023-01-17 15:17:45 -08:00
xwayland xwayland: Update lost focus on deactivation 2026-01-19 12:32:22 -08:00
xwin xwin: consolidate debugging symbols 2026-01-19 12:32:22 -08:00
meson.build Drop DMX DDX 2021-09-07 09:34:31 +00:00