From owner-cvs-sys Thu Sep 19 22:02:24 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA12044 for cvs-sys-outgoing; Thu, 19 Sep 1996 22:02:24 -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 WAA11820; Thu, 19 Sep 1996 22:01:42 -0700 (PDT) Received: (from nate@localhost) by rocky.mt.sri.com (8.7.5/8.7.3) id XAA21392; Thu, 19 Sep 1996 23:01:29 -0600 (MDT) Date: Thu, 19 Sep 1996 23:01:29 -0600 (MDT) Message-Id: <199609200501.XAA21392@rocky.mt.sri.com> From: Nate Williams To: dg@root.com Cc: Nate Williams , CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/msdosfs msdosfs_conv.c msdosfs_vnops.c src/sys/kern vfs_subr.c vfs_syscalls.c src/sys/nfs nfs_bio.c nfs_serv.c nfs_subs.c nfs_vnops.c nfsm_subs.h xdr_subs.h src/sys/sys stat.h time.h src/sys/ufs/ffs ffs_inode.c src/sys/ufs/ufs inode.h ufs_vnops.c In-Reply-To: <199609200058.RAA01374@root.com> References: <199609191821.LAA00189@freefall.freebsd.org> <199609200058.RAA01374@root.com> Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > Modified: sys/kern vfs_subr.c vfs_syscalls.c ... > > Log: > > struct timespec { .. > > The correct names of the fields are tv_sec and tv_nsec. > > Thanks, Nate! This has been sorely needed for a long time. ...if you > haven't already, you'll want to look through userland for things that break > with this. I *think* I got them all, but my test box at work crashed in the middle of a CVS update, so I could only look for files on my 2.1.5 box at home. If you find any more before I can start a regression test on my box at work feel free to fix them. Nate