From abe77a507ad6c7185b38b9948d58edcf58568db3 Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Sat, 14 Sep 2002 00:52:57 +0000 Subject: [PATCH] nfs-trans-comment-unused-variables-20020913 make solaris xlator module load --- src/afs/afs_nfsclnt.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/afs/afs_nfsclnt.c b/src/afs/afs_nfsclnt.c index 42725d1dee..fc36d16093 100644 --- a/src/afs/afs_nfsclnt.c +++ b/src/afs/afs_nfsclnt.c @@ -425,7 +425,9 @@ void afs_iauth_unregister() shutdown_nfsclnt() { +#if 0 extern int afs_allnfsreqs, afs_nfscalls; +#endif #if defined(AFS_SGIMP_ENV) osi_Assert(ISAFS_GLOCK()); @@ -436,8 +438,10 @@ shutdown_nfsclnt() { #endif afs_nfsclient_GC(afs_nfsexporter, -1); init_nfsexporter = 0; +#if 0 /* The following are for the nfs/afs server */ afs_allnfsreqs = afs_nfscalls = 0; +#endif } #endif /* AFS_DEC_ENV */ #endif /* AFS_NONFSTRANS */