Made all header files idempotent and moved incorrect common data from
[unix-history] / sys / vm / vm_statistics.h
index 4cfd837..3b03e7c 100644 (file)
@@ -34,7 +34,7 @@
  * SUCH DAMAGE.
  *
  *     from: @(#)vm_statistics.h       7.2 (Berkeley) 4/21/91
  * SUCH DAMAGE.
  *
  *     from: @(#)vm_statistics.h       7.2 (Berkeley) 4/21/91
- *     $Id$
+ *     $Id: vm_statistics.h,v 1.2 1993/10/16 16:20:55 rgrimes Exp $
  */
 
 /*
  */
 
 /*
@@ -91,8 +91,8 @@ typedef struct vm_statistics  *vm_statistics_t;
 typedef struct vm_statistics   vm_statistics_data_t;
 
 #ifdef KERNEL
 typedef struct vm_statistics   vm_statistics_data_t;
 
 #ifdef KERNEL
-vm_statistics_data_t   vm_stat;
-#endif KERNEL
+extern vm_statistics_data_t    vm_stat;
+#endif /* KERNEL */
 
 /*
  *     Each machine dependent implementation is expected to
 
 /*
  *     Each machine dependent implementation is expected to