Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Oct 2023 13:19:41 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 274306] The nlsysevent kernel module fails to load.
Message-ID:  <bug-274306-227-a3BNRdaBGl@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-274306-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-274306-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D274306

--- Comment #2 from Kristof Provost <kp@freebsd.org> ---
diff --git a/sys/netlink/netlink_sysevent.c b/sys/netlink/netlink_sysevent.c
index 01d0837b14d2..e3abdd688e66 100644
--- a/sys/netlink/netlink_sysevent.c
+++ b/sys/netlink/netlink_sysevent.c
@@ -25,6 +25,8 @@
  * SUCH DAMAGE.
  */

+#include "opt_netlink.h"
+
 #include <sys/param.h>
 #include <sys/types.h>
 #include <sys/devctl.h>

ought to fix it, but this is a more common problem, so I wonder if we can't=
 do
the include in the relevant netlink code instead.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-274306-227-a3BNRdaBGl>