diff options
Diffstat (limited to 'sys/inc')
| -rw-r--r-- | sys/inc/kern/vfs.h (renamed from sys/inc/os/vfs.h) | 0 | ||||
| -rw-r--r-- | sys/inc/kern/vnode.h (renamed from sys/inc/os/vnode.h) | 0 | ||||
| -rw-r--r-- | sys/inc/os/mount.h | 2 |
3 files changed, 1 insertions, 1 deletions
diff --git a/sys/inc/os/vfs.h b/sys/inc/kern/vfs.h index e5ce607..e5ce607 100644 --- a/sys/inc/os/vfs.h +++ b/sys/inc/kern/vfs.h diff --git a/sys/inc/os/vnode.h b/sys/inc/kern/vnode.h index 4ba5d8e..4ba5d8e 100644 --- a/sys/inc/os/vnode.h +++ b/sys/inc/kern/vnode.h diff --git a/sys/inc/os/mount.h b/sys/inc/os/mount.h index 6cfff2f..799c14f 100644 --- a/sys/inc/os/mount.h +++ b/sys/inc/os/mount.h @@ -32,7 +32,7 @@ #include <sys/types.h> #include <sys/queue.h> -#include <os/vnode.h> +#include <kern/vnode.h> /* Filesystem names */ #define MOUNT_TMPFS "tmpfs" |
