Date: Mon, 24 Apr 2023 09:29:13 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 270812] Buildworld fails caused by kbdcontrol Message-ID: <bug-270812-227-Id0831bT96@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-270812-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
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.help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-270812-227-Id0831bT96>
