aboutsummaryrefslogtreecommitdiff
path: root/routine.c
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2020-06-18 22:30:22 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2020-06-18 22:34:40 +0200
commit2d23787c4800ce513a726c37afaba781ae891593 (patch)
treeb6c34c843866ea43d09d4b15e15081e2f2cd6c11 /routine.c
parent9177b4ddd86c36eb861cfdbe2342000d97fb2394 (diff)
downloadmig-2d23787c4800ce513a726c37afaba781ae891593.tar.gz
mig-2d23787c4800ce513a726c37afaba781ae891593.tar.bz2
mig-2d23787c4800ce513a726c37afaba781ae891593.zip
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_
Diffstat (limited to 'routine.c')
-rw-r--r--routine.c1
1 files changed, 1 insertions, 0 deletions
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;