freebsd-skq/sys/nfsclient
nate 45c85d421d 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.

Reminded by:	James Drobina <jdrobina@infinet.com>
1996-09-19 18:21:32 +00:00
..
nfs_bio.c In sys/time.h, struct timespec is defined as: 1996-09-19 18:21:32 +00:00
nfs_nfsiod.c
nfs_node.c
nfs_socket.c
nfs_subs.c In sys/time.h, struct timespec is defined as: 1996-09-19 18:21:32 +00:00
nfs_vfsops.c
nfs_vnops.c In sys/time.h, struct timespec is defined as: 1996-09-19 18:21:32 +00:00
nfs.h Even though this looks like it, this is not a complex code change. 1996-08-21 21:56:23 +00:00
nfsargs.h Even though this looks like it, this is not a complex code change. 1996-08-21 21:56:23 +00:00
nfsdiskless.h
nfsm_subs.h In sys/time.h, struct timespec is defined as: 1996-09-19 18:21:32 +00:00
nfsmount.h
nfsnode.h
nfsstats.h Even though this looks like it, this is not a complex code change. 1996-08-21 21:56:23 +00:00