diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2003-05-13 02:09:48 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2003-05-13 02:09:48 +0000 |
commit | 496650d3371eebe17ca07f04b691b85bafafd1a4 (patch) | |
tree | cecf745b413e64943e1265472aae88fc0d8d5e99 /sys/isofs/cd9660 | |
parent | e71bd5e5b27af827fec91c9a5fcf9d877570b49c (diff) |
Kill a bunch more commons (very few left =)
Diffstat (limited to 'sys/isofs/cd9660')
-rw-r--r-- | sys/isofs/cd9660/cd9660_node.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/isofs/cd9660/cd9660_node.c b/sys/isofs/cd9660/cd9660_node.c index 8d973610423..30d7f1ccedf 100644 --- a/sys/isofs/cd9660/cd9660_node.c +++ b/sys/isofs/cd9660/cd9660_node.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cd9660_node.c,v 1.12 2002/03/14 01:27:03 millert Exp $ */ +/* $OpenBSD: cd9660_node.c,v 1.13 2003/05/13 02:09:46 jason Exp $ */ /* $NetBSD: cd9660_node.c,v 1.17 1997/05/05 07:13:57 mycroft Exp $ */ /*- @@ -72,7 +72,7 @@ u_long idvhash; #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 */ static u_int cd9660_chars2ui(u_char *, int); |