Module Name:    src
Committed By:   christos
Date:           Tue Jul 28 19:48:12 UTC 2015

Modified Files:
        src/sys/kern: subr_extent.c

Log Message:
revert previous, will fix differently.


To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 src/sys/kern/subr_extent.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/kern/subr_extent.c
diff -u src/sys/kern/subr_extent.c:1.77 src/sys/kern/subr_extent.c:1.78
--- src/sys/kern/subr_extent.c:1.77	Tue Jul 28 15:38:48 2015
+++ src/sys/kern/subr_extent.c	Tue Jul 28 15:48:12 2015
@@ -1,4 +1,4 @@
-/*	$NetBSD: subr_extent.c,v 1.77 2015/07/28 19:38:48 christos Exp $	*/
+/*	$NetBSD: subr_extent.c,v 1.78 2015/07/28 19:48:12 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.77 2015/07/28 19:38:48 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: subr_extent.c,v 1.78 2015/07/28 19:48:12 christos Exp $");
 
 #ifdef _KERNEL
 #include "opt_lockdebug.h"
@@ -51,7 +51,6 @@ __KERNEL_RCSID(0, "$NetBSD: subr_extent.
 
 #elif defined(_EXTENT_TESTING)
 
-#include <stdbool.h>	// XXX: no sys/stdbool.h
 /*
  * user-land definitions, so it can fit into a testing harness.
  */

Reply via email to