Source-Changes-HG archive

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

[src/trunk]: src/sys/isofs/cd9660 Declare prtactive extern.



details:   https://anonhg.NetBSD.org/src/rev/83ee1ee6b124
branches:  trunk
changeset: 503229:83ee1ee6b124
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Feb 03 12:48:43 2001 +0000

description:
Declare prtactive extern.

diffstat:

 sys/isofs/cd9660/cd9660_node.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f3c5fcc8b317 -r 83ee1ee6b124 sys/isofs/cd9660/cd9660_node.c
--- a/sys/isofs/cd9660/cd9660_node.c    Sat Feb 03 12:46:55 2001 +0000
+++ b/sys/isofs/cd9660/cd9660_node.c    Sat Feb 03 12:48:43 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cd9660_node.c,v 1.24 2000/11/08 14:28:13 ad Exp $      */
+/*     $NetBSD: cd9660_node.c,v 1.25 2001/02/03 12:48:43 tsutsui Exp $ */
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1994
@@ -73,7 +73,7 @@
 #define        DNOHASH(device, inum)   (((device) + ((inum)>>12)) & idvhash)
 #endif
 
-int prtactive; /* 1 => print out reclaim of active vnodes */
+extern int prtactive;  /* 1 => print out reclaim of active vnodes */
 
 struct pool cd9660_node_pool;
 



Home | Main Index | Thread Index | Old Index