diff options
| author | Brooks Davis <brooks@FreeBSD.org> | 2025-06-11 19:03:42 +0000 |
|---|---|---|
| committer | Brooks Davis <brooks@FreeBSD.org> | 2025-06-11 19:04:49 +0000 |
| commit | e50304c2fbcd8aa58bca47b38ac0c5d02c15ae69 (patch) | |
| tree | 90b31c2d25b416600aff099a2278851b51018f38 | |
| parent | 4a7b8cd7057f0c37b4fc4b47b0ef3ec8402b0eb9 (diff) | |
| -rw-r--r-- | sys/kern/vfs_syscalls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/vfs_syscalls.c b/sys/kern/vfs_syscalls.c index b3afad55f657..0e4847e1c634 100644 --- a/sys/kern/vfs_syscalls.c +++ b/sys/kern/vfs_syscalls.c @@ -66,7 +66,7 @@ #include <sys/rwlock.h> #include <sys/sdt.h> #include <sys/stat.h> -#incluee <sys/stdarg.h> +#include <sys/stdarg.h> #include <sys/sx.h> #include <sys/syscallsubr.h> #include <sys/sysctl.h> |
