summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_object.h
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-09-01 02:55:50 +0000
committerbde <bde@FreeBSD.org>1997-09-01 02:55:50 +0000
commite11885cf926169424a630220c5c01ea5d959bc3f (patch)
tree5d41cc931008e620801773f31dda83cb513886b6 /sys/vm/vm_object.h
parent98fcb3f476a1bc7743d0a52e6f0efcc057b9980d (diff)
downloadFreeBSD-src-e11885cf926169424a630220c5c01ea5d959bc3f.zip
FreeBSD-src-e11885cf926169424a630220c5c01ea5d959bc3f.tar.gz
Some staticized variables were still declared to be extern.
Diffstat (limited to 'sys/vm/vm_object.h')
-rw-r--r--sys/vm/vm_object.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/vm/vm_object.h b/sys/vm/vm_object.h
index 8cf0499..d6aaa00 100644
--- a/sys/vm/vm_object.h
+++ b/sys/vm/vm_object.h
@@ -61,7 +61,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: vm_object.h,v 1.35 1997/02/22 09:48:29 peter Exp $
+ * $Id: vm_object.h,v 1.36 1997/08/05 00:02:06 dyson Exp $
*/
/*
@@ -147,10 +147,8 @@ extern int vm_object_cache_max;
TAILQ_HEAD(object_q, vm_object);
extern struct object_q vm_object_cached_list; /* list of objects persisting */
-extern int vm_object_cached; /* size of cached list */
extern struct object_q vm_object_list; /* list of allocated objects */
-extern long vm_object_count; /* count of all objects */
/* lock for object list and count */
OpenPOWER on IntegriCloud