Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/ufs/ufs remove obsoleted #if defined(UVM)
details: https://anonhg.NetBSD.org/src/rev/abae8a820a31
branches: trunk
changeset: 482720:abae8a820a31
user: wiz <wiz%NetBSD.org@localhost>
date: Sun Feb 20 06:34:46 2000 +0000
description:
remove obsoleted #if defined(UVM)
diffstat:
sys/ufs/ufs/ufs_lookup.c | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diffs (19 lines):
diff -r b34c2c02b280 -r abae8a820a31 sys/ufs/ufs/ufs_lookup.c
--- a/sys/ufs/ufs/ufs_lookup.c Sun Feb 20 06:19:37 2000 +0000
+++ b/sys/ufs/ufs/ufs_lookup.c Sun Feb 20 06:34:46 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ufs_lookup.c,v 1.28 2000/02/14 22:00:23 fvdl Exp $ */
+/* $NetBSD: ufs_lookup.c,v 1.29 2000/02/20 06:34:46 wiz Exp $ */
/*
* Copyright (c) 1989, 1993
@@ -51,9 +51,7 @@
#include <sys/kernel.h>
#include <vm/vm.h>
-#if defined(UVM)
#include <uvm/uvm_extern.h>
-#endif
#include <ufs/ufs/quota.h>
#include <ufs/ufs/inode.h>
Home |
Main Index |
Thread Index |
Old Index