nfs-trans-comment-unused-variables-20020913
authorDerrick Brashear <shadow@dementia.org>
Sat, 14 Sep 2002 00:52:57 +0000 (00:52 +0000)
committerDerrick Brashear <shadow@dementia.org>
Sat, 14 Sep 2002 00:52:57 +0000 (00:52 +0000)
make solaris xlator module load

src/afs/afs_nfsclnt.c

index 42725d1..fc36d16 100644 (file)
@@ -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 */