diff options
author | bde <bde@FreeBSD.org> | 1998-06-21 12:50:12 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1998-06-21 12:50:12 +0000 |
commit | 193dd073965939e67f1a3ef61cdd35d7d2d3bc42 (patch) | |
tree | 0bf85cacb6ec16f23bc13cf01ba96cddeee8ba7f /sys/nfs/nfs_subs.c | |
parent | a5331e458c3333c9430caeba24b3482e6894fbbc (diff) | |
download | FreeBSD-src-193dd073965939e67f1a3ef61cdd35d7d2d3bc42.zip FreeBSD-src-193dd073965939e67f1a3ef61cdd35d7d2d3bc42.tar.gz |
Fixed typo in ifdefed code. (NFS_ACDEBUG is not in LINT. Therefore,
code controlled by it did not even compile.)
Diffstat (limited to 'sys/nfs/nfs_subs.c')
-rw-r--r-- | sys/nfs/nfs_subs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/nfs/nfs_subs.c b/sys/nfs/nfs_subs.c index f256959..0ccac22 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 |