Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/filecorefs Declare prtactive extern.
details: https://anonhg.NetBSD.org/src/rev/5563b9bb2862
branches: trunk
changeset: 503486:5563b9bb2862
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Wed Feb 07 12:34:59 2001 +0000
description:
Declare prtactive extern.
diffstat:
sys/filecorefs/filecore_node.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r e46bab6e394a -r 5563b9bb2862 sys/filecorefs/filecore_node.c
--- a/sys/filecorefs/filecore_node.c Wed Feb 07 12:20:43 2001 +0000
+++ b/sys/filecorefs/filecore_node.c Wed Feb 07 12:34:59 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: filecore_node.c,v 1.6 2000/11/08 14:28:12 ad Exp $ */
+/* $NetBSD: filecore_node.c,v 1.7 2001/02/07 12:34:59 tsutsui Exp $ */
/*-
* Copyright (c) 1998 Andrew McMurry
@@ -65,7 +65,7 @@
struct pool filecore_node_pool;
-int prtactive; /* 1 => print out reclaim of active vnodes */
+extern int prtactive; /* 1 => print out reclaim of active vnodes */
/*
* Initialize hash links for inodes and dnodes.
Home |
Main Index |
Thread Index |
Old Index