diff options
| author | svn2git <svn2git@FreeBSD.org> | 1994-05-01 08:00:00 +0000 | 
|---|---|---|
| committer | svn2git <svn2git@FreeBSD.org> | 1994-05-01 08:00:00 +0000 | 
| commit | a16f65c7d117419bd266c28a1901ef129a337569 (patch) | |
| tree | 2626602f66dc3551e7a7c7bc9ad763c3bc7ab40a /sys/nfs/nfs.h | |
| parent | 8503f4f13f77abf7adc8f7e329c6f9c1d52b6a20 (diff) | |
Diffstat (limited to 'sys/nfs/nfs.h')
| -rw-r--r-- | sys/nfs/nfs.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/sys/nfs/nfs.h b/sys/nfs/nfs.h index ad90600cb0fc..8208b05d517a 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: nfs.h,v 1.2 1993/09/09 22:05:59 rgrimes Exp $ + *	$Id: nfs.h,v 1.3 1993/11/07 17:50:56 wollman Exp $   */  #ifndef __h_nfs @@ -164,7 +164,7 @@ struct nfsstats {  };  #ifdef KERNEL -struct nfsstats nfsstats; +extern struct nfsstats nfsstats;  #endif /* KERNEL */  #endif /* __h_nfs */ | 
