mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Change spelling of u_int' to unsigned int' in the POSIX case.
This commit is contained in:
parent
7dd982591b
commit
7e7a2c70c0
1 changed files with 2 additions and 2 deletions
|
|
@ -129,8 +129,8 @@ struct stat {
|
|||
#else
|
||||
time_t st_birthtime; /* time of file creation */
|
||||
long st_birthtimensec; /* nsec of file creation */
|
||||
u_int :(8 / 2) * (16 - (int)sizeof(struct __timespec));
|
||||
u_int :(8 / 2) * (16 - (int)sizeof(struct __timespec));
|
||||
unsigned int :(8 / 2) * (16 - (int)sizeof(struct __timespec));
|
||||
unsigned int :(8 / 2) * (16 - (int)sizeof(struct __timespec));
|
||||
#endif
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue