Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Sep 1996 13:34:12 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        cvs-all@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-usrbin@freefall.freebsd.org, nate@freefall.freebsd.org
Subject:   Re: cvs commit:  src/usr.bin/ar archive.c
Message-ID:  <199609200334.NAA00770@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>  Modified:    usr.bin/ar  archive.c
>  Log:
>  More ts_nse -> tv_nsec changes following the kernel changes I made earlier.

Grepping /usr/src shows ts_nsec's in mtree, newlfs, restore and fsdb,
and several places that lose resolution using TIMESPEC_TO_TIMEVAL()
(e.g., `cp -p' does well to preserve timestamps to a resolution of
1 microsecond although ufs only stamps times to a resolution of 1
second, but `cp -p' can't simply preserve timestamps since there is
no suitable system call).

Bruce



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199609200334.NAA00770>