<machine/stdint.h>: Adjust basic types to be more generic.
authorzrj <rimvydas.jasinskas@gmail.com>
Sun, 10 Nov 2019 21:00:04 +0000 (23:00 +0200)
committerzrj <rimvydas.jasinskas@gmail.com>
Thu, 14 Nov 2019 13:58:48 +0000 (15:58 +0200)
commitd96b5bb39d03a0cff633680e90c2b137ddaff30b
treebbc74a1bd3d3afda32386b720ceb034dd89fca3b
parent3ebf970748e74544992552d6d7988b615e244402
<machine/stdint.h>: Adjust basic types to be more generic.

 Use basic LP types for time_t to avoid need to use cast (uintmax_t) in
 debug prints.  The clock_t could be adjusted too, but previously on i386
 DragonFly used int for this type.

 The same could be done for vm_offset_t and vm_size_t.
sys/cpu/x86_64/include/stdint.h