pierson@encore.com (Dan L. Pierson) (02/22/90)
Needs a minor change to infrun.c:
at line 140,
replace the #endif /* UMAX_PTRACE */ with #else /* ! UMAX_PTRACE */
add #endif /* ! UMAX_PTRACE */ after #include <sys/user.h> a bit later
The problem is that <sys/user.h> includes <sys/coff.h> which contains
another definition of aouthdr. Since UMAX 4.3 doesn't need to have
<sys/user.h> included anyway, the easiest fix is to not include it.
I haven't tested this on UMAX 4.2, but it's likely to work there as well.
dan
--
dan
In real life: Dan Pierson, Encore Computer Corporation, Research
UUCP: {talcott,linus,necis,decvax}!encore!pierson
Internet: pierson@encore.com