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_mmap.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/uvm/uvm_mmap.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.134 retrieving revision 1.135 diff -u -p -r1.134 -r1.135 --- src/sys/uvm/uvm_mmap.c 2011/02/02 20:07:25 1.134 +++ src/sys/uvm/uvm_mmap.c 2011/04/23 18:14:12 1.135 @@ -1,4 +1,4 @@ -/* $NetBSD: uvm_mmap.c,v 1.134 2011/02/02 20:07:25 chuck Exp $ */ +/* $NetBSD: uvm_mmap.c,v 1.135 2011/04/23 18:14:12 rmind Exp $ */ /* * Copyright (c) 1997 Charles D. Cranor and Washington University. @@ -46,7 +46,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: uvm_mmap.c,v 1.134 2011/02/02 20:07:25 chuck Exp $"); +__KERNEL_RCSID(0, "$NetBSD: uvm_mmap.c,v 1.135 2011/04/23 18:14:12 rmind Exp $"); #include "opt_compat_netbsd.h" #include "opt_pax.h" @@ -59,8 +59,6 @@ __KERNEL_RCSID(0, "$NetBSD: uvm_mmap.c,v #include #include #include -#include -#include #include #include #include