https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270812
--- Comment #1 from [email protected] --- I'm hacked to build kbdcontrol force as follows diff --git a/usr.sbin/kbdcontrol/kbdcontrol.c b/usr.sbin/kbdcontrol/kbdcontrol.c index 725d62a7bfe6..1aad23c637fe 100644 --- a/usr.sbin/kbdcontrol/kbdcontrol.c +++ b/usr.sbin/kbdcontrol/kbdcontrol.c @@ -38,7 +38,8 @@ __FBSDID("$FreeBSD$"); #include <string.h> #include <unistd.h> #include <fcntl.h> -#include <sys/kbio.h> +#include "kbio.h" #include <sys/consio.h> #include <sys/queue.h> #include <sys/sysctl.h> And # ln -s /usr/src/sys/sys/kbio.h /usr/src/usr.sbin/kbdcontrol Result: Build pass, installworld and new system work fine. -- You are receiving this mail because: You are the assignee for the bug.
