From 2d23787c4800ce513a726c37afaba781ae891593 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Thu, 18 Jun 2020 22:30:22 +0200 Subject: cpu.sym: Replace implementation from Utah with implementation from CMU This replaces the implementation from the University of Utah, covered by the advertising clause, with the implementation from CMU, picked up from the GNU Mach source, which is free from the advertising clause. This includes the addition of the sizeof as seen used by mig with git grep word_size git grep sizeof_ --- routine.c | 1 + 1 file changed, 1 insertion(+) (limited to 'routine.c') diff --git a/routine.c b/routine.c index d9154ef..0edc6b9 100644 --- a/routine.c +++ b/routine.c @@ -46,6 +46,7 @@ #include "global.h" #include "routine.h" #include "message.h" +#include "cpu.h" u_int rtNumber = 0; -- cgit v1.2.3