revert previous, will fix differently.
This commit is contained in:
parent
b308d13cf7
commit
8d365aaee5
@ -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.c,v 1.77 2015/07/28 19:38:48 christos Ex
|
||||
|
||||
#elif defined(_EXTENT_TESTING)
|
||||
|
||||
#include <stdbool.h> // XXX: no sys/stdbool.h
|
||||
/*
|
||||
* user-land definitions, so it can fit into a testing harness.
|
||||
*/
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: mbuf.c,v 1.32 2015/07/28 19:32:07 christos Exp $ */
|
||||
/* $NetBSD: mbuf.c,v 1.33 2015/07/28 19:46:42 christos Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1983, 1988, 1993
|
||||
@ -34,12 +34,11 @@
|
||||
#if 0
|
||||
static char sccsid[] = "from: @(#)mbuf.c 8.1 (Berkeley) 6/6/93";
|
||||
#else
|
||||
__RCSID("$NetBSD: mbuf.c,v 1.32 2015/07/28 19:32:07 christos Exp $");
|
||||
__RCSID("$NetBSD: mbuf.c,v 1.33 2015/07/28 19:46:42 christos Exp $");
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
#define __POOL_EXPOSE
|
||||
#include <stdbool.h> // XXX: no <sys/stdbool.h>
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/protosw.h>
|
||||
|
Loading…
Reference in New Issue
Block a user