From 1f2e401efcbf15ebc4264c99e8b767c0d67ca203 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Wed, 17 Feb 1999 13:59:29 +0000 Subject: [PATCH] Fixed bitrot in NFS_ACDEBUG option. --- sys/nfs/nfs_common.c | 3 ++- sys/nfs/nfs_subs.c | 3 ++- sys/nfsclient/nfs_subs.c | 3 ++- sys/nfsserver/nfs_srvsubs.c | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/sys/nfs/nfs_common.c b/sys/nfs/nfs_common.c index 5544bf253a5..03c20ca2fe4 100644 --- a/sys/nfs/nfs_common.c +++ b/sys/nfs/nfs_common.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfs_subs.c 8.8 (Berkeley) 5/22/95 - * $Id: nfs_subs.c,v 1.71 1999/01/21 08:29:07 dillon Exp $ + * $Id: nfs_subs.c,v 1.72 1999/01/27 22:42:27 dillon Exp $ */ /* @@ -1399,6 +1399,7 @@ nfs_loadattrcache(vpp, mdp, dposp, vaper) #ifdef NFS_ACDEBUG #include +SYSCTL_DECL(_vfs_nfs); static int nfs_acdebug; SYSCTL_INT(_vfs_nfs, OID_AUTO, acdebug, CTLFLAG_RW, &nfs_acdebug, 0, ""); #endif diff --git a/sys/nfs/nfs_subs.c b/sys/nfs/nfs_subs.c index 5544bf253a5..03c20ca2fe4 100644 --- a/sys/nfs/nfs_subs.c +++ b/sys/nfs/nfs_subs.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfs_subs.c 8.8 (Berkeley) 5/22/95 - * $Id: nfs_subs.c,v 1.71 1999/01/21 08:29:07 dillon Exp $ + * $Id: nfs_subs.c,v 1.72 1999/01/27 22:42:27 dillon Exp $ */ /* @@ -1399,6 +1399,7 @@ nfs_loadattrcache(vpp, mdp, dposp, vaper) #ifdef NFS_ACDEBUG #include +SYSCTL_DECL(_vfs_nfs); static int nfs_acdebug; SYSCTL_INT(_vfs_nfs, OID_AUTO, acdebug, CTLFLAG_RW, &nfs_acdebug, 0, ""); #endif diff --git a/sys/nfsclient/nfs_subs.c b/sys/nfsclient/nfs_subs.c index 5544bf253a5..03c20ca2fe4 100644 --- a/sys/nfsclient/nfs_subs.c +++ b/sys/nfsclient/nfs_subs.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfs_subs.c 8.8 (Berkeley) 5/22/95 - * $Id: nfs_subs.c,v 1.71 1999/01/21 08:29:07 dillon Exp $ + * $Id: nfs_subs.c,v 1.72 1999/01/27 22:42:27 dillon Exp $ */ /* @@ -1399,6 +1399,7 @@ nfs_loadattrcache(vpp, mdp, dposp, vaper) #ifdef NFS_ACDEBUG #include +SYSCTL_DECL(_vfs_nfs); static int nfs_acdebug; SYSCTL_INT(_vfs_nfs, OID_AUTO, acdebug, CTLFLAG_RW, &nfs_acdebug, 0, ""); #endif diff --git a/sys/nfsserver/nfs_srvsubs.c b/sys/nfsserver/nfs_srvsubs.c index 5544bf253a5..03c20ca2fe4 100644 --- a/sys/nfsserver/nfs_srvsubs.c +++ b/sys/nfsserver/nfs_srvsubs.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfs_subs.c 8.8 (Berkeley) 5/22/95 - * $Id: nfs_subs.c,v 1.71 1999/01/21 08:29:07 dillon Exp $ + * $Id: nfs_subs.c,v 1.72 1999/01/27 22:42:27 dillon Exp $ */ /* @@ -1399,6 +1399,7 @@ nfs_loadattrcache(vpp, mdp, dposp, vaper) #ifdef NFS_ACDEBUG #include +SYSCTL_DECL(_vfs_nfs); static int nfs_acdebug; SYSCTL_INT(_vfs_nfs, OID_AUTO, acdebug, CTLFLAG_RW, &nfs_acdebug, 0, ""); #endif