[net.unix-wizards] dpy

dove@mit-dspg@sri-unix (07/20/82)

Date: 24 Jun 1982 11:02:12-EDT
If your dpy suddenly stops displaying times for processes, check the
code for forms like

60*(*ttime-sp->ltime)

and change them to

(07777777777&(60*(*ttime-sp->ltime)))

That is all.