summaryrefslogtreecommitdiff
path: root/kc/core/vm_tree.c
diff options
context:
space:
mode:
authorAda Christine <adachristine18@gmail.com>2026-05-24 11:09:31 +0000
committerAda Christine <adachristine18@gmail.com>2026-05-24 11:09:31 +0000
commitd07bd08dd0446e8c41eccaccbb07e9112200e8ee (patch)
tree742a3f9d9d84c8ee55858b2ebc7e0e0f8c714c7c /kc/core/vm_tree.c
parent9aaf21bf10d00ec12b24499817e3e91dca08c461 (diff)
rename and move, function renames in stdio
Diffstat (limited to 'kc/core/vm_tree.c')
-rw-r--r--kc/core/vm_tree.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/kc/core/vm_tree.c b/kc/core/vm_tree.c
index 9bab154..72affe8 100644
--- a/kc/core/vm_tree.c
+++ b/kc/core/vm_tree.c
@@ -31,8 +31,8 @@
#include "vm_tree.h"
#include "panic.h"
-#include <lib/kstdio.h>
-#include <lib/kstring.h>
+#include <libc/stdio.h>
+#include <libc/string.h>
#define assert(expr)
@@ -102,7 +102,7 @@ void vmt_init_node(
}
else
{
- kprintf("fatal: attempt to insert overlapping vm node\n"
+ printf("fatal: attempt to insert overlapping vm node\n"
"node 1: %p: %p @ %zu bytes\n"
"node 2: %p: %p @ %zu bytes\n",
node->key.address, node->key.size,