From 17779e5921f18d19e50587d541f99c3337511554 Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Fri, 5 Dec 2014 23:03:40 -0700 Subject: [PATCH] smp: share: uxtop.o --- README.txt | 8 +++++--- src/microcode/uxtop.c | 9 +++------ 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/README.txt b/README.txt index 184d86a0b..0f0db4ce6 100644 --- a/README.txt +++ b/README.txt @@ -808,9 +808,11 @@ command line. The remaining 12 belong to the 7 microcode modules and unscrupulous use of strcpy and static buffers. uxtop.o: - 00000000 b interactive - 00000000 d syscall_names_table - 00000120 d syserr_names_table + 00000000 b interactive read-only, initialized by OS_initialize + 00000000 d syscall_names_table read-only + 00000120 d syserr_names_table read-only + + OK. uxtrap.o: 00000010 b saved_info diff --git a/src/microcode/uxtop.c b/src/microcode/uxtop.c index e073582cb..710e591f3 100644 --- a/src/microcode/uxtop.c +++ b/src/microcode/uxtop.c @@ -24,16 +24,13 @@ USA. */ +#include "scheme.h" +#include "option.h" #include "ux.h" #include "uxtop.h" +#include "uxutil.h" #include "osctty.h" #include "osenv.h" -#include "uxutil.h" -#include "errors.h" -#include "option.h" -#include "config.h" -#include "object.h" -#include "extern.h" #ifdef __APPLE__ # include -- 2.25.1