From a35203b8763218067c27af824b53568dd62aeeac Mon Sep 17 00:00:00 2001 From: Julian Barathieu Date: Thu, 4 Apr 2019 18:42:09 +0200 Subject: [PATCH] Non-locking I/O for panic() --- kaleid/kernel/ke/panic.c | 1 - 1 file changed, 1 deletion(-) diff --git a/kaleid/kernel/ke/panic.c b/kaleid/kernel/ke/panic.c index c6cbb5a..7e153a5 100644 --- a/kaleid/kernel/ke/panic.c +++ b/kaleid/kernel/ke/panic.c @@ -22,7 +22,6 @@ // along with OS/K. If not, see . // //----------------------------------------------------------------------------// -#include #include #include #include