Correct bintime32 declaration: uint32_t sec -> time32_t sec.

Submitted by:	jhb
MFC after:	1 month
This commit is contained in:
sobomax 2017-09-08 18:32:13 +00:00
parent 2b41576ff7
commit 918d594331

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 { \