[Bug 270812] Buildworld fails caused by kbdcontrol
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 270812] Buildworld fails caused by kbdcontrol"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 24 Apr 2023 09:29:13 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270812 --- Comment #1 from epopen@gmail.com --- 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.