diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/kern/vfs_syscalls.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/kern/vfs_syscalls.c b/sys/kern/vfs_syscalls.c index cd955c8..1596358 100644 --- a/sys/kern/vfs_syscalls.c +++ b/sys/kern/vfs_syscalls.c @@ -39,8 +39,6 @@ #include <sys/filedesc.h> #include <string.h> -#include <sys/panic.h> - static int vfs_dostat(const char *path, struct stat *sbuf) { |