Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys



On Wed, 4 Jan 2017, Christos Zoulas wrote:

@@ -80,13 +80,14 @@ struct sysctl_history_list_entry {

/* info for a single history event */
struct sysctl_history_event {
-	struct timespec	she_tspec;
+	time_t		she_time_sec;
+	uint32_t	she_time_usec;
+	uint32_t	she_filler;

I would make those explicitly sized types, uint64_t x 2

Sure!



+------------------+--------------------------+------------------------+
| Paul Goyette     | PGP Key fingerprint:     | E-mail addresses:      |
| (Retired)        | FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com   |
| Kernel Developer | 0786 F758 55DE 53BA 7731 | pgoyette at netbsd.org |
+------------------+--------------------------+------------------------+


Home | Main Index | Thread Index | Old Index