mirror of
https://github.com/opnsense/src.git
synced 2026-06-12 10:10:24 -04:00
vfs_syscalls.c: fix type
Fixes: e453e498cb ("machine/stdarg.h -> sys/stdarg.h")
This commit is contained in:
parent
4a7b8cd705
commit
e50304c2fb
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue