Source-Changes-HG archive

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

[src/trunk]: src/sys/ufs/lfs Don't include "opt_uvm.h" any more.



details:   https://anonhg.NetBSD.org/src/rev/fa5723472fae
branches:  trunk
changeset: 467406:fa5723472fae
user:      tron <tron%NetBSD.org@localhost>
date:      Wed Mar 24 11:05:31 1999 +0000

description:
Don't include "opt_uvm.h" any more.

diffstat:

 sys/ufs/lfs/lfs_vfsops.c |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 6eae9138a8fa -r fa5723472fae sys/ufs/lfs/lfs_vfsops.c
--- a/sys/ufs/lfs/lfs_vfsops.c  Wed Mar 24 09:24:59 1999 +0000
+++ b/sys/ufs/lfs/lfs_vfsops.c  Wed Mar 24 11:05:31 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: lfs_vfsops.c,v 1.26 1999/03/10 00:20:00 perseant Exp $ */
+/*     $NetBSD: lfs_vfsops.c,v 1.27 1999/03/24 11:05:31 tron Exp $     */
 
 /*-
  * Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -72,7 +72,6 @@
 
 #if defined(_KERNEL) && !defined(_LKM)
 #include "opt_quota.h"
-#include "opt_uvm.h"
 #endif
 
 #include <sys/param.h>



Home | Main Index | Thread Index | Old Index