Date: Thu, 19 Sep 1996 17:58:51 -0700 From: David Greenman <dg@root.com> To: Nate Williams <nate@freefall.freebsd.org> 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 Message-ID: <199609200058.RAA01374@root.com> In-Reply-To: Your message of "Thu, 19 Sep 1996 11:21:37 PDT." <199609191821.LAA00189@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199609200058.RAA01374>
