From owner-cvs-sys Thu Sep 19 17:57:31 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA18853 for cvs-sys-outgoing; Thu, 19 Sep 1996 17:57:31 -0700 (PDT) Received: from root.com (implode.root.com [198.145.90.17]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id RAA18789; Thu, 19 Sep 1996 17:57:25 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by root.com (8.7.5/8.6.5) with SMTP id RAA01374; Thu, 19 Sep 1996 17:58:51 -0700 (PDT) Message-Id: <199609200058.RAA01374@root.com> X-Authentication-Warning: implode.root.com: Host localhost [127.0.0.1] didn't use HELO protocol To: Nate Williams cc: 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: Your message of "Thu, 19 Sep 1996 11:21:37 PDT." <199609191821.LAA00189@freefall.freebsd.org> From: David Greenman Reply-To: dg@root.com Date: Thu, 19 Sep 1996 17:58:51 -0700 Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >nate 96/09/19 11:21:35 > > Modified: sys/kern vfs_subr.c vfs_syscalls.c > sys/msdosfs msdosfs_conv.c msdosfs_vnops.c > sys/nfs nfs_bio.c nfs_serv.c nfs_subs.c nfs_vnops.c > nfsm_subs.h xdr_subs.h > sys/sys stat.h time.h > sys/ufs/ffs ffs_inode.c > sys/ufs/ufs inode.h ufs_vnops.c > Log: > In sys/time.h, struct timespec is defined as: > > /* > * Structure defined by POSIX.4 to be like a timeval. > */ > struct timespec { > time_t ts_sec; /* seconds */ > long ts_nsec; /* and nanoseconds */ > }; > > 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. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project