Moved `#ifndef NFS_NOSERVER' after including nfs.h.

This commit is contained in:
KATO Takenori 1998-07-02 12:41:42 +00:00
parent 1479b9a895
commit 936f266f99
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=37339
2 changed files with 4 additions and 4 deletions

View File

@ -34,10 +34,9 @@
* SUCH DAMAGE.
*
* @(#)nfs_srvcache.c 8.3 (Berkeley) 3/30/95
* $Id: nfs_srvcache.c,v 1.15 1997/10/12 20:25:46 phk Exp $
* $Id: nfs_srvcache.c,v 1.16 1998/02/09 06:10:36 eivind Exp $
*/
#ifndef NFS_NOSERVER
/*
* Reference: Chet Juszczak, "Improving the Performance and Correctness
* of an NFS Server", in Proc. Winter 1989 USENIX Conference,
@ -60,6 +59,7 @@
#include <nfs/nfs.h>
#include <nfs/nfsrvcache.h>
#ifndef NFS_NOSERVER
extern struct nfsstats nfsstats;
extern int nfsv2_procid[NFS_NPROCS];
static long numnfsrvcache;

View File

@ -34,10 +34,9 @@
* SUCH DAMAGE.
*
* @(#)nfs_srvcache.c 8.3 (Berkeley) 3/30/95
* $Id: nfs_srvcache.c,v 1.15 1997/10/12 20:25:46 phk Exp $
* $Id: nfs_srvcache.c,v 1.16 1998/02/09 06:10:36 eivind Exp $
*/
#ifndef NFS_NOSERVER
/*
* Reference: Chet Juszczak, "Improving the Performance and Correctness
* of an NFS Server", in Proc. Winter 1989 USENIX Conference,
@ -60,6 +59,7 @@
#include <nfs/nfs.h>
#include <nfs/nfsrvcache.h>
#ifndef NFS_NOSERVER
extern struct nfsstats nfsstats;
extern int nfsv2_procid[NFS_NPROCS];
static long numnfsrvcache;