mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add padding to match the compat32 struct stat32 definition to the real
struct stat on 32bit architectures. Debugged and tested by: bsam Sponsored by: The FreeBSD Foundation MFC after: 1 week Approved by: re (marius)
This commit is contained in:
parent
6d9cb20bd7
commit
3a2092bad0
1 changed files with 1 additions and 0 deletions
|
|
@ -175,6 +175,7 @@ struct stat32 {
|
|||
u_int32_t st_blksize;
|
||||
u_int32_t st_flags;
|
||||
u_int32_t st_gen;
|
||||
int32_t st_lspare;
|
||||
struct timespec32 st_birthtim;
|
||||
unsigned int :(8 / 2) * (16 - (int)sizeof(struct timespec32));
|
||||
unsigned int :(8 / 2) * (16 - (int)sizeof(struct timespec32));
|
||||
|
|
|
|||
Loading…
Reference in a new issue