Fixed nfs bug that was pointed out by
[unix-history] / sys / nfs / nfs.h
index 4078c46..169df5e 100644 (file)
@@ -34,7 +34,7 @@
  * SUCH DAMAGE.
  *
  *     From:   @(#)nfs.h       7.11 (Berkeley) 4/19/91
  * SUCH DAMAGE.
  *
  *     From:   @(#)nfs.h       7.11 (Berkeley) 4/19/91
- *     $Id$
+ *     $Id: nfs.h,v 1.2 1993/09/09 22:05:59 rgrimes Exp $
  */
 
 #ifndef __h_nfs
  */
 
 #ifndef __h_nfs
@@ -164,7 +164,7 @@ struct nfsstats {
 };
 
 #ifdef KERNEL
 };
 
 #ifdef KERNEL
-struct nfsstats nfsstats;
+extern struct nfsstats nfsstats;
 #endif /* KERNEL */
 
 #endif /* __h_nfs */
 #endif /* KERNEL */
 
 #endif /* __h_nfs */