From 29c0cb37ebe25b8818804a61c806137f414bbdf3 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sun, 21 Jun 1998 12:50:12 +0000 Subject: Fixed typo in ifdefed code. (NFS_ACDEBUG is not in LINT. Therefore, code controlled by it did not even compile.) --- sys/nfs/nfs_common.c | 4 ++-- sys/nfs/nfs_subs.c | 4 ++-- sys/nfsclient/nfs_subs.c | 4 ++-- sys/nfsserver/nfs_srvsubs.c | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) (limited to 'sys') diff --git a/sys/nfs/nfs_common.c b/sys/nfs/nfs_common.c index f256959d695a..0ccac226be57 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.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 diff --git a/sys/nfs/nfs_subs.c b/sys/nfs/nfs_subs.c index f256959d695a..0ccac226be57 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.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 diff --git a/sys/nfsclient/nfs_subs.c b/sys/nfsclient/nfs_subs.c index f256959d695a..0ccac226be57 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.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 diff --git a/sys/nfsserver/nfs_srvsubs.c b/sys/nfsserver/nfs_srvsubs.c index f256959d695a..0ccac226be57 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.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 -- cgit v1.3