Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/uvm use the correct symbol for multi-include protection.
details: https://anonhg.NetBSD.org/src/rev/4128821a2306
branches: trunk
changeset: 514206:4128821a2306
user: chs <chs%NetBSD.org@localhost>
date: Sat Aug 25 20:37:46 2001 +0000
description:
use the correct symbol for multi-include protection.
diffstat:
sys/uvm/uvm_pglist.h | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (26 lines):
diff -r b7dce1ce2b09 -r 4128821a2306 sys/uvm/uvm_pglist.h
--- a/sys/uvm/uvm_pglist.h Sat Aug 25 19:05:04 2001 +0000
+++ b/sys/uvm/uvm_pglist.h Sat Aug 25 20:37:46 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: uvm_pglist.h,v 1.4 2001/05/25 04:06:17 chs Exp $ */
+/* $NetBSD: uvm_pglist.h,v 1.5 2001/08/25 20:37:46 chs Exp $ */
/*-
* Copyright (c) 2000, 2001 The NetBSD Foundation, Inc.
@@ -36,8 +36,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef _PGLIST_H_
-#define _PGLIST_H_
+#ifndef _UVM_UVM_PGLIST_H_
+#define _UVM_UVM_PGLIST_H_
/*
* This defines the type of a page queue, e.g. active list, inactive
@@ -61,4 +61,4 @@
struct pgflbucket *pgfl_buckets;
};
-#endif /* _PGLIST_H_ */
+#endif /* _UVM_UVM_PGLIST_H_ */
Home |
Main Index |
Thread Index |
Old Index