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/ia64/ia64/pmap.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/arch/ia64/ia64/pmap.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.38 retrieving revision 1.39 diff -u -p -r1.38 -r1.39 --- src/sys/arch/ia64/ia64/pmap.c 2019/05/09 15:48:55 1.38 +++ src/sys/arch/ia64/ia64/pmap.c 2019/11/30 16:23:46 1.39 @@ -1,4 +1,4 @@ -/* $NetBSD: pmap.c,v 1.38 2019/05/09 15:48:55 scole Exp $ */ +/* $NetBSD: pmap.c,v 1.39 2019/11/30 16:23:46 riastradh Exp $ */ /*- * Copyright (c) 1998, 1999, 2000, 2001 The NetBSD Foundation, Inc. @@ -81,9 +81,10 @@ #include -__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.38 2019/05/09 15:48:55 scole Exp $"); +__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.39 2019/11/30 16:23:46 riastradh Exp $"); #include +#include #include #include #include