svn commit: r338868 - stable/11/usr.sbin/asf

Mark Johnston markj at FreeBSD.org
Fri Sep 21 21:15:44 UTC 2018


Author: markj
Date: Fri Sep 21 21:15:43 2018
New Revision: 338868
URL: https://svnweb.freebsd.org/changeset/base/338868

Log:
  Include stdbool.h so that we can use bool in linker.h.
  
  As asf(8) is gone in head, this is a direct commit to stable/11.

Modified:
  stable/11/usr.sbin/asf/asf_kvm.c

Modified: stable/11/usr.sbin/asf/asf_kvm.c
==============================================================================
--- stable/11/usr.sbin/asf/asf_kvm.c	Fri Sep 21 20:40:37 2018	(r338867)
+++ stable/11/usr.sbin/asf/asf_kvm.c	Fri Sep 21 21:15:43 2018	(r338868)
@@ -37,6 +37,7 @@ __FBSDID("$FreeBSD$");
 #include <kvm.h>
 #include <limits.h>
 #include <nlist.h>
+#include <stdbool.h>
 #include <stdlib.h>
 #include <string.h>
 


More information about the svn-src-stable mailing list