Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/uvm/uvm_map.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/uvm/uvm_map.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.296 retrieving revision 1.297 diff -u -p -r1.296 -r1.297 --- src/sys/uvm/uvm_map.c 2011/04/08 10:38:36 1.296 +++ src/sys/uvm/uvm_map.c 2011/05/17 04:18:07 1.297 @@ -1,4 +1,4 @@ -/* $NetBSD: uvm_map.c,v 1.296 2011/04/08 10:38:36 yamt Exp $ */ +/* $NetBSD: uvm_map.c,v 1.297 2011/05/17 04:18:07 mrg Exp $ */ /* * Copyright (c) 1997 Charles D. Cranor and Washington University. @@ -66,7 +66,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: uvm_map.c,v 1.296 2011/04/08 10:38:36 yamt Exp $"); +__KERNEL_RCSID(0, "$NetBSD: uvm_map.c,v 1.297 2011/05/17 04:18:07 mrg Exp $"); #include "opt_ddb.h" #include "opt_uvmhist.h" @@ -1013,8 +1013,8 @@ void uvm_map_init(void) { #if defined(UVMHIST) - static struct uvm_history_ent maphistbuf[100]; - static struct uvm_history_ent pdhistbuf[100]; + static struct kern_history_ent maphistbuf[100]; + static struct kern_history_ent pdhistbuf[100]; #endif /*