From ccede45ec7395317b8560612cf8b3bf0d8bc4601 Mon Sep 17 00:00:00 2001 From: Max Wash Date: Sat, 30 May 2026 10:18:00 +0100 Subject: [PATCH] bootstrap: update kernel name references --- sys/bootstrap/main.c | 12 ++++++------ sys/bootstrap/tar.c | 6 +++--- sys/bootstrap/tar.h | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/sys/bootstrap/main.c b/sys/bootstrap/main.c index ecf746e..3cdac2b 100644 --- a/sys/bootstrap/main.c +++ b/sys/bootstrap/main.c @@ -8,12 +8,12 @@ #include #include #include -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include #include #include #include diff --git a/sys/bootstrap/tar.c b/sys/bootstrap/tar.c index bc71efe..a110a9e 100644 --- a/sys/bootstrap/tar.c +++ b/sys/bootstrap/tar.c @@ -6,9 +6,9 @@ #include #include #include -#include -#include -#include +#include +#include +#include #include #include #include diff --git a/sys/bootstrap/tar.h b/sys/bootstrap/tar.h index ebf5c65..aeb0adb 100644 --- a/sys/bootstrap/tar.h +++ b/sys/bootstrap/tar.h @@ -3,7 +3,7 @@ #include #include -#include +#include #include #include