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.385.2.1 retrieving revision 1.386 diff -u -p -r1.385.2.1 -r1.386 --- src/sys/uvm/uvm_map.c 2021/04/03 22:29:03 1.385.2.1 +++ src/sys/uvm/uvm_map.c 2021/03/13 15:29:55 1.386 @@ -1,4 +1,4 @@ -/* $NetBSD: uvm_map.c,v 1.385.2.1 2021/04/03 22:29:03 thorpej Exp $ */ +/* $NetBSD: uvm_map.c,v 1.386 2021/03/13 15:29:55 skrll Exp $ */ /* * Copyright (c) 1997 Charles D. Cranor and Washington University. @@ -66,7 +66,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: uvm_map.c,v 1.385.2.1 2021/04/03 22:29:03 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: uvm_map.c,v 1.386 2021/03/13 15:29:55 skrll Exp $"); #include "opt_ddb.h" #include "opt_pax.h"