Module Name:    src
Committed By:   pooka
Date:           Tue Aug  4 23:03:01 UTC 2009

Modified Files:
        src/sys/uvm: uvm_vnode.c

Log Message:
kernel opt polish: g/c unnecessary fs_nfs.h and opt_ddb.h


To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 src/sys/uvm/uvm_vnode.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/uvm/uvm_vnode.c
diff -u src/sys/uvm/uvm_vnode.c:1.90 src/sys/uvm/uvm_vnode.c:1.91
--- src/sys/uvm/uvm_vnode.c:1.90	Wed Jan  2 11:49:21 2008
+++ src/sys/uvm/uvm_vnode.c	Tue Aug  4 23:03:01 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: uvm_vnode.c,v 1.90 2008/01/02 11:49:21 ad Exp $	*/
+/*	$NetBSD: uvm_vnode.c,v 1.91 2009/08/04 23:03:01 pooka Exp $	*/
 
 /*
  * Copyright (c) 1997 Charles D. Cranor and Washington University.
@@ -50,11 +50,9 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uvm_vnode.c,v 1.90 2008/01/02 11:49:21 ad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uvm_vnode.c,v 1.91 2009/08/04 23:03:01 pooka Exp $");
 
-#include "fs_nfs.h"
 #include "opt_uvmhist.h"
-#include "opt_ddb.h"
 
 #include <sys/param.h>
 #include <sys/systm.h>

Reply via email to