mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
libc/compat-ino64.h: rename st_padding0
This is a direct fix for stable/14.
This commit is contained in:
parent
70ba4df540
commit
f9afcbff02
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ __stat11_to_stat(const struct freebsd11_stat *sb11, struct stat *sb)
|
|||
sb->st_blksize = sb11->st_blksize;
|
||||
sb->st_flags = sb11->st_flags;
|
||||
sb->st_gen = sb11->st_gen;
|
||||
sb->st_padding0 = 0;
|
||||
sb->st_bsdflags = 0;
|
||||
sb->st_padding1 = 0;
|
||||
memset(sb->st_spare, 0, sizeof(sb->st_spare));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue