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_aobj.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/uvm/uvm_aobj.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.102.2.1 retrieving revision 1.103 diff -u -p -r1.102.2.1 -r1.103 --- src/sys/uvm/uvm_aobj.c 2008/06/27 15:11:55 1.102.2.1 +++ src/sys/uvm/uvm_aobj.c 2008/06/25 13:21:04 1.103 @@ -1,4 +1,4 @@ -/* $NetBSD: uvm_aobj.c,v 1.102.2.1 2008/06/27 15:11:55 simonb Exp $ */ +/* $NetBSD: uvm_aobj.c,v 1.103 2008/06/25 13:21:04 ad Exp $ */ /* * Copyright (c) 1998 Chuck Silvers, Charles D. Cranor and @@ -43,7 +43,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: uvm_aobj.c,v 1.102.2.1 2008/06/27 15:11:55 simonb Exp $"); +__KERNEL_RCSID(0, "$NetBSD: uvm_aobj.c,v 1.103 2008/06/25 13:21:04 ad Exp $"); #include "opt_uvmhist.h"