The branch main has been updated by brooks:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=e50304c2fbcd8aa58bca47b38ac0c5d02c15ae69

commit e50304c2fbcd8aa58bca47b38ac0c5d02c15ae69
Author:     Brooks Davis <bro...@freebsd.org>
AuthorDate: 2025-06-11 19:03:42 +0000
Commit:     Brooks Davis <bro...@freebsd.org>
CommitDate: 2025-06-11 19:04:49 +0000

    vfs_syscalls.c: fix type
    
    Fixes:          e453e498cbb8 ("machine/stdarg.h -> sys/stdarg.h")
---
 sys/kern/vfs_syscalls.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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>

Reply via email to