From owner-cvs-usrbin Thu Sep 19 21:27:28 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA00477 for cvs-usrbin-outgoing; Thu, 19 Sep 1996 21:27:28 -0700 (PDT) Received: from rocky.mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id VAA00248; Thu, 19 Sep 1996 21:26:33 -0700 (PDT) Received: (from nate@localhost) by rocky.mt.sri.com (8.7.5/8.7.3) id WAA21143; Thu, 19 Sep 1996 22:26:12 -0600 (MDT) Date: Thu, 19 Sep 1996 22:26:12 -0600 (MDT) Message-Id: <199609200426.WAA21143@rocky.mt.sri.com> From: Nate Williams To: Bruce Evans Cc: 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 In-Reply-To: <199609200334.NAA00770@godzilla.zeta.org.au> References: <199609200334.NAA00770@godzilla.zeta.org.au> Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Bruce Evans writes: > > 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, Thanks for pointing them out, I'll be getting to those and hopefully all commands which use ts_sec as well later on tonight. > 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). All I did was rename the structure member. I'll leave correcting the accuracy to someone else. Nate