Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/nfs Remove inclusion of <uvm/uvm_extern.h> that was ther...



details:   https://anonhg.NetBSD.org/src/rev/877f4c33395b
branches:  trunk
changeset: 495509:877f4c33395b
user:      simonb <simonb%NetBSD.org@localhost>
date:      Sun Jul 30 06:22:04 2000 +0000

description:
Remove inclusion of <uvm/uvm_extern.h> that was there only to keep
<sys/sysctl.h> happy.

diffstat:

 sys/nfs/nfs_vfsops.c |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r b508f7eb5b4c -r 877f4c33395b sys/nfs/nfs_vfsops.c
--- a/sys/nfs/nfs_vfsops.c      Sun Jul 30 06:11:38 2000 +0000
+++ b/sys/nfs/nfs_vfsops.c      Sun Jul 30 06:22:04 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: nfs_vfsops.c,v 1.92 2000/06/27 17:52:35 mrg Exp $      */
+/*     $NetBSD: nfs_vfsops.c,v 1.93 2000/07/30 06:22:04 simonb Exp $   */
 
 /*
  * Copyright (c) 1989, 1993, 1995
@@ -55,7 +55,6 @@
 #include <sys/mbuf.h>
 #include <sys/socket.h>
 #include <sys/socketvar.h>
-#include <uvm/uvm_extern.h>
 #include <sys/sysctl.h>
 #include <sys/systm.h>
 



Home | Main Index | Thread Index | Old Index