https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246312
Bug ID: 246312
Summary: make buildkernel fails on sys/dev/kbdmux/kbdmux.c at
r360808 (r360560 was ok)
Product: Base System
Version: 12.1-STABLE
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: kern
Assignee: [email protected]
Reporter: [email protected]
At r360808, make buildkernel fails with:
--- kbdmux.o ---
/usr/src/sys/dev/kbdmux/kbdmux.c:464:10: error: use of undeclared identifier
'key_map'; did you mean 'keymap'?
bcopy(&key_map, keymap, sizeof(key_map));
^~~~~~~
This is apparently related to the use of the following options in the config
file:
options KBDMUX_DFLT_KEYMAP
makeoptions KBDMUX_DFLT_KEYMAP=fr.acc
If I remove them, the build completes successfully, but it did with them
enabled at least until r360560.
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"