diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2026-02-09 03:11:15 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2026-02-09 18:47:18 +0000 |
| commit | 8066b8923ebfd438dc8cb840d2f57066f4daa45d (patch) | |
| tree | 7d6d7c8cde08cc7c2358c483f0e8f4a7ea14b528 /sys/compat/linux | |
| parent | 997bfa20d2716e4bae94ab7089ec970b8d884376 (diff) | |
Diffstat (limited to 'sys/compat/linux')
| -rw-r--r-- | sys/compat/linux/linux_file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/compat/linux/linux_file.c b/sys/compat/linux/linux_file.c index 96326b894d05..ca089585bb95 100644 --- a/sys/compat/linux/linux_file.c +++ b/sys/compat/linux/linux_file.c @@ -1213,7 +1213,7 @@ linux_oldumount(struct thread *td, struct linux_oldumount_args *args) int linux_umount(struct thread *td, struct linux_umount_args *args) { - int flags; + uint64_t flags; flags = 0; if ((args->flags & LINUX_MNT_FORCE) != 0) { |
