vfs_syscalls.c: fix type

Fixes:		e453e498cb ("machine/stdarg.h -> sys/stdarg.h")
This commit is contained in:
Brooks Davis 2025-06-11 20:03:42 +01:00
parent 4a7b8cd705
commit e50304c2fb

View file

@ -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>