Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern fix build
details: https://anonhg.NetBSD.org/src/rev/083bce25c481
branches: trunk
changeset: 339568:083bce25c481
user: christos <christos%NetBSD.org@localhost>
date: Tue Jul 28 19:38:48 2015 +0000
description:
fix build
diffstat:
sys/kern/subr_extent.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r 803a95fed09e -r 083bce25c481 sys/kern/subr_extent.c
--- a/sys/kern/subr_extent.c Tue Jul 28 19:32:07 2015 +0000
+++ b/sys/kern/subr_extent.c Tue Jul 28 19:38:48 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: subr_extent.c,v 1.76 2014/07/10 21:13:52 christos Exp $ */
+/* $NetBSD: subr_extent.c,v 1.77 2015/07/28 19:38:48 christos Exp $ */
/*-
* Copyright (c) 1996, 1998, 2007 The NetBSD Foundation, Inc.
@@ -34,7 +34,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: subr_extent.c,v 1.76 2014/07/10 21:13:52 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: subr_extent.c,v 1.77 2015/07/28 19:38:48 christos Exp $");
#ifdef _KERNEL
#include "opt_lockdebug.h"
@@ -50,6 +50,8 @@
#include <uvm/uvm_extern.h>
#elif defined(_EXTENT_TESTING)
+
+#include <stdbool.h> // XXX: no sys/stdbool.h
/*
* user-land definitions, so it can fit into a testing harness.
*/
Home |
Main Index |
Thread Index |
Old Index