Searched hist:18397 (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/sys/fs/msdosfs/
H A Dmsdosfs_conv.cdiff 18397 Thu Sep 19 16:21:32 MDT 1996 nate 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>
H A Dmsdosfs_vnops.cdiff 18397 Thu Sep 19 16:21:32 MDT 1996 nate 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>
/freebsd-11-stable/sys/fs/ext2fs/
H A Dinode.hdiff 18397 Thu Sep 19 16:21:32 MDT 1996 nate 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>
/freebsd-11-stable/sys/ufs/ufs/
H A Dinode.hdiff 18397 Thu Sep 19 16:21:32 MDT 1996 nate 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>
/freebsd-11-stable/sys/sys/
H A Dtime.hdiff 18397 Thu Sep 19 16:21:32 MDT 1996 nate 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>
/freebsd-11-stable/sys/ufs/ffs/
H A Dffs_inode.cdiff 18397 Thu Sep 19 16:21:32 MDT 1996 nate 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>
/freebsd-11-stable/sys/kern/
H A Dvfs_export.cdiff 18397 Thu Sep 19 18:21:32 MDT 1996 nate 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>
diff 18397 Thu Sep 19 16:21:32 MDT 1996 nate 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>
H A Dvfs_extattr.cdiff 18397 Thu Sep 19 16:21:32 MDT 1996 nate 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>

Completed in 601 milliseconds