Fixed typo in ifdefed code. (NFS_ACDEBUG is not in LINT. Therefore,

code controlled by it did not even compile.)
This commit is contained in:
Bruce Evans 1998-06-21 12:50:12 +00:00
parent 4344f492c4
commit 29c0cb37eb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=37089
4 changed files with 8 additions and 8 deletions

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* @(#)nfs_subs.c 8.8 (Berkeley) 5/22/95
* $Id: nfs_subs.c,v 1.61 1998/05/31 20:08:55 peter Exp $
* $Id: nfs_subs.c,v 1.62 1998/06/14 15:52:00 bde Exp $
*/
/*
@ -1413,7 +1413,7 @@ nfs_getattrcache(vp, vaper)
nmp->nm_acdirmin, nmp->nm_acdirmax);
if (nfs_acdebug)
printf("nfs_getattrcache: age = %d; final timeo = %d\n",r
printf("nfs_getattrcache: age = %d; final timeo = %d\n",
(time_second - np->n_attrstamp), timeo);
#endif

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* @(#)nfs_subs.c 8.8 (Berkeley) 5/22/95
* $Id: nfs_subs.c,v 1.61 1998/05/31 20:08:55 peter Exp $
* $Id: nfs_subs.c,v 1.62 1998/06/14 15:52:00 bde Exp $
*/
/*
@ -1413,7 +1413,7 @@ nfs_getattrcache(vp, vaper)
nmp->nm_acdirmin, nmp->nm_acdirmax);
if (nfs_acdebug)
printf("nfs_getattrcache: age = %d; final timeo = %d\n",r
printf("nfs_getattrcache: age = %d; final timeo = %d\n",
(time_second - np->n_attrstamp), timeo);
#endif

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* @(#)nfs_subs.c 8.8 (Berkeley) 5/22/95
* $Id: nfs_subs.c,v 1.61 1998/05/31 20:08:55 peter Exp $
* $Id: nfs_subs.c,v 1.62 1998/06/14 15:52:00 bde Exp $
*/
/*
@ -1413,7 +1413,7 @@ nfs_getattrcache(vp, vaper)
nmp->nm_acdirmin, nmp->nm_acdirmax);
if (nfs_acdebug)
printf("nfs_getattrcache: age = %d; final timeo = %d\n",r
printf("nfs_getattrcache: age = %d; final timeo = %d\n",
(time_second - np->n_attrstamp), timeo);
#endif

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* @(#)nfs_subs.c 8.8 (Berkeley) 5/22/95
* $Id: nfs_subs.c,v 1.61 1998/05/31 20:08:55 peter Exp $
* $Id: nfs_subs.c,v 1.62 1998/06/14 15:52:00 bde Exp $
*/
/*
@ -1413,7 +1413,7 @@ nfs_getattrcache(vp, vaper)
nmp->nm_acdirmin, nmp->nm_acdirmax);
if (nfs_acdebug)
printf("nfs_getattrcache: age = %d; final timeo = %d\n",r
printf("nfs_getattrcache: age = %d; final timeo = %d\n",
(time_second - np->n_attrstamp), timeo);
#endif