[comp.emacs] Bringing 18.50 up on a Symmetry

aoki@postgres (Paul M. Aoki) (04/19/88)

18.50 does indeed come up nicely on our Sequent Symmetry (we run
DYNIX 3.0.7) with the -g option in lieu of -O.  In fact, it works 
without the -g option, too.  I didn't have to do a thing except 
diddle path.h and config.h appropriately (s-bsd4-2.h, m-sequent.h)
and avoid the #&$% optimizer (grrr).

etc/loadst requires the following trivial change from the vanilla
18.50 distribution:

40,44c40
< #ifdef        sequent
< #include <rpcsvc/rstat.h>
< #else /* not sequent */
< #include <sys/dkstat.h>
< #endif /* sequent */
---
> #include <sys/dkstat.h>
^^^^^^^^^^^^^^^^^^^^^^^^^
	This is <sys/dk.h> in the Sequent 18.41 distribution...
	why don't they do this and get load info as well as the time?
----------------
Paul M. Aoki
608-3 Evans Hall // UCB // Berkeley, CA 94720		(415) 642-1863
aoki@postgres.Berkeley.EDU				...!ucbvax!aoki