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_vnode.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/uvm/uvm_vnode.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.88 retrieving revision 1.89 diff -u -p -r1.88 -r1.89 --- src/sys/uvm/uvm_vnode.c 2007/12/01 10:18:21 1.88 +++ src/sys/uvm/uvm_vnode.c 2007/12/01 10:40:28 1.89 @@ -1,4 +1,4 @@ -/* $NetBSD: uvm_vnode.c,v 1.88 2007/12/01 10:18:21 yamt Exp $ */ +/* $NetBSD: uvm_vnode.c,v 1.89 2007/12/01 10:40:28 yamt Exp $ */ /* * Copyright (c) 1997 Charles D. Cranor and Washington University. @@ -50,7 +50,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: uvm_vnode.c,v 1.88 2007/12/01 10:18:21 yamt Exp $"); +__KERNEL_RCSID(0, "$NetBSD: uvm_vnode.c,v 1.89 2007/12/01 10:40:28 yamt Exp $"); #include "fs_nfs.h" #include "opt_uvmhist.h" @@ -91,7 +91,7 @@ static int uvn_findpage(struct uvm_objec * master pager structure */ -struct uvm_pagerops uvm_vnodeops = { +const struct uvm_pagerops uvm_vnodeops = { .pgo_reference = uvn_reference, .pgo_detach = uvn_detach, .pgo_get = uvn_get,