diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2025-04-10 10:23:33 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2025-04-10 10:25:55 +0000 |
| commit | f9afcbff02a230af85e646ef3ae166ae61b04ca1 (patch) | |
| tree | 1be9774f3c7cad627536bfa1278332375496dedf /lib/libc/sys | |
| parent | 70ba4df540eaa923ed7d01480506c359d6679c3b (diff) | |
Diffstat (limited to 'lib/libc/sys')
| -rw-r--r-- | lib/libc/sys/compat-ino64.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/compat-ino64.h b/lib/libc/sys/compat-ino64.h index ded3c6c64124..ea79dfe8c340 100644 --- a/lib/libc/sys/compat-ino64.h +++ b/lib/libc/sys/compat-ino64.h @@ -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)); } |
