freebsd-nq/sys/gnu
Nate Williams 030e2e9ebb 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
..
ext2fs In sys/time.h, struct timespec is defined as: 1996-09-19 18:21:32 +00:00
fs/ext2fs In sys/time.h, struct timespec is defined as: 1996-09-19 18:21:32 +00:00
i386 Updated #includes to 4.4Lite style. 1996-09-10 08:32:01 +00:00
isdn Updated #includes to 4.4Lite style. 1996-09-10 08:32:01 +00:00