diff options
Diffstat (limited to 'sys/miscfs/procfs/procfs_vnops.c')
-rw-r--r-- | sys/miscfs/procfs/procfs_vnops.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sys/miscfs/procfs/procfs_vnops.c b/sys/miscfs/procfs/procfs_vnops.c index a346ae7..78b6d92 100644 --- a/sys/miscfs/procfs/procfs_vnops.c +++ b/sys/miscfs/procfs/procfs_vnops.c @@ -36,7 +36,7 @@ * * @(#)procfs_vnops.c 8.18 (Berkeley) 5/21/95 * - * $Id: procfs_vnops.c,v 1.54 1998/02/06 12:13:42 eivind Exp $ + * $Id: procfs_vnops.c,v 1.55 1998/02/09 06:09:46 eivind Exp $ */ /* @@ -475,11 +475,7 @@ procfs_getattr(ap) * p_stat structure is not addressible if u. gets * swapped out for that process. */ - { - struct timeval tv; - microtime(&tv); - TIMEVAL_TO_TIMESPEC(&tv, &vap->va_ctime); - } + nanotime(&vap->va_ctime); vap->va_atime = vap->va_mtime = vap->va_ctime; /* |