Correct bintime32 declaration: uint32_t sec -> time32_t sec.

Submitted by:	jhb
MFC after:	1 month
This commit is contained in:
Maxim Sobolev 2017-09-08 18:32:13 +00:00
parent 47516844a3
commit c24e7f3fd9

View file

@ -79,7 +79,7 @@ struct itimerspec32 {
} while (0)
struct bintime32 {
uint32_t sec;
time32_t sec;
uint32_t frac[2];
};
#define BT_CP(src, dst, fld) do { \