From owner-cvs-all Sun Aug 22 9:50:37 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6CD491553C; Sun, 22 Aug 1999 09:50:35 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Received: (from jdp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA62490; Sun, 22 Aug 1999 09:50:31 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Message-Id: <199908221650.JAA62490@freefall.freebsd.org> From: John Polstra Date: Sun, 22 Aug 1999 09:50:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_syscalls.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jdp 1999/08/22 09:50:31 PDT Modified files: sys/kern vfs_syscalls.c Log: Go back to using microtime() to get the timestamps for {f,l,}utimes(path, NULL) for now. Bruce says I jumped the gun with my change in revision 1.131, or maybe it should use nanotime(), or maybe it shouldn't be decided in the VFS layer at all. I'm leaving it with the old behavior until the Trans-Pacific Internet Vulcan Mind Meld yields fuller understanding. Revision Changes Path 1.132 +3 -2 src/sys/kern/vfs_syscalls.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message