Module Name: src Committed By: cegger Date: Wed Jan 19 09:02:53 UTC 2011
Modified Files: src/sys/kern: kern_malloc_debug.c Log Message: buildfix: uvm_extern.h -> uvm.h To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/kern/kern_malloc_debug.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/kern_malloc_debug.c diff -u src/sys/kern/kern_malloc_debug.c:1.24 src/sys/kern/kern_malloc_debug.c:1.25 --- src/sys/kern/kern_malloc_debug.c:1.24 Mon Jan 17 07:13:31 2011 +++ src/sys/kern/kern_malloc_debug.c Wed Jan 19 09:02:52 2011 @@ -1,4 +1,4 @@ -/* $NetBSD: kern_malloc_debug.c,v 1.24 2011/01/17 07:13:31 uebayasi Exp $ */ +/* $NetBSD: kern_malloc_debug.c,v 1.25 2011/01/19 09:02:52 cegger Exp $ */ /* * Copyright (c) 1999, 2000 Artur Grabowski <a...@openbsd.org> @@ -56,7 +56,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: kern_malloc_debug.c,v 1.24 2011/01/17 07:13:31 uebayasi Exp $"); +__KERNEL_RCSID(0, "$NetBSD: kern_malloc_debug.c,v 1.25 2011/01/19 09:02:52 cegger Exp $"); #include <sys/param.h> #include <sys/proc.h> @@ -65,7 +65,7 @@ #include <sys/systm.h> #include <sys/pool.h> -#include <uvm/uvm_extern.h> +#include <uvm/uvm.h> /* * debug_malloc_type and debug_malloc_size define the type and size of