diff options
author | Ian Moffett <ian@osmora.org> | 2025-06-09 23:41:12 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-06-09 23:41:12 -0400 |
commit | aced27ffc0341077891a266682313a1f0863012c (patch) | |
tree | 547d088242b4cdc23020913b055e11379d0e9fc2 /sys/kern | |
parent | af8ee74012876b5e59f2cb6d414c570b204aa319 (diff) |
kernel: vfs: Remove unused include
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'sys/kern')
-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) { |