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/arch/vax/vax/pmap.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/arch/vax/vax/pmap.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.159.2.1 retrieving revision 1.160 diff -u -p -r1.159.2.1 -r1.160 --- src/sys/arch/vax/vax/pmap.c 2008/05/18 12:33:00 1.159.2.1 +++ src/sys/arch/vax/vax/pmap.c 2008/04/24 15:35:27 1.160 @@ -1,4 +1,4 @@ -/* $NetBSD: pmap.c,v 1.159.2.1 2008/05/18 12:33:00 yamt Exp $ */ +/* $NetBSD: pmap.c,v 1.160 2008/04/24 15:35:27 ad Exp $ */ /* * Copyright (c) 1994, 1998, 1999, 2003 Ludd, University of Lule}, Sweden. * All rights reserved. @@ -30,7 +30,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.159.2.1 2008/05/18 12:33:00 yamt Exp $"); +__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.160 2008/04/24 15:35:27 ad Exp $"); #include "opt_ddb.h" #include "opt_cputype.h"