[net.bugs.2bsd] dpy

dove@mit-dspg@mit-mc (06/24/82)

From: dove at mit-dspg at mit-mc
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.