mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Correct bintime32 declaration: uint32_t sec -> time32_t sec.
Submitted by: jhb MFC after: 1 month
This commit is contained in:
parent
47516844a3
commit
c24e7f3fd9
1 changed files with 1 additions and 1 deletions
|
|
@ -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 { \
|
||||
|
|
|
|||
Loading…
Reference in a new issue