X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/3106e3f1973a9e6623108c7bd8ce525f9e79d2c4..624557e1e1c1a7f29f4aab31a97eda18c8ff2982:/sys/nfs/nfs.h diff --git a/sys/nfs/nfs.h b/sys/nfs/nfs.h index 4078c4698e..169df5eeee 100644 --- a/sys/nfs/nfs.h +++ b/sys/nfs/nfs.h @@ -34,7 +34,7 @@ * 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 @@ -164,7 +164,7 @@ struct nfsstats { }; #ifdef KERNEL -struct nfsstats nfsstats; +extern struct nfsstats nfsstats; #endif /* KERNEL */ #endif /* __h_nfs */