Prefer uint64_t over u_int64_t.

This commit is contained in:
jkim 2011-07-14 21:02:15 +00:00
parent 96d6cc9832
commit 64315b936e

View File

@ -47,7 +47,7 @@ struct timecounter {
*/
u_int tc_counter_mask;
/* This mask should mask off any unimplemented bits. */
u_int64_t tc_frequency;
uint64_t tc_frequency;
/* Frequency of the counter in Hz. */
char *tc_name;
/* Name of the timecounter. */