svn commit: r354003 - stable/12/sys/kern

Kyle Evans kevans at FreeBSD.org
Thu Oct 24 03:44:33 UTC 2019


Author: kevans
Date: Thu Oct 24 03:44:32 2019
New Revision: 354003
URL: https://svnweb.freebsd.org/changeset/base/354003

Log:
  MFC r349344: Add missing include of sys/boot.h
  
  This change was dropped out in a rebase and I didn't catch that before
  I committed.

Modified:
  stable/12/sys/kern/kern_mib.c
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/sys/kern/kern_mib.c
==============================================================================
--- stable/12/sys/kern/kern_mib.c	Thu Oct 24 03:41:54 2019	(r354002)
+++ stable/12/sys/kern/kern_mib.c	Thu Oct 24 03:44:32 2019	(r354003)
@@ -44,6 +44,7 @@ __FBSDID("$FreeBSD$");
 #include "opt_config.h"
 
 #include <sys/param.h>
+#include <sys/boot.h>
 #include <sys/jail.h>
 #include <sys/kernel.h>
 #include <sys/limits.h>


More information about the svn-src-stable-12 mailing list