From: utzoo!decvax!ucbvax!dove@mit-dspg@mit-mc
Newsgroups: net.bugs.2bsd
Title: dpy
Article-I.D.: ucbvax.7761
Posted: Thu Jun 24 08:05:41 1982
Received: Mon Jun 28 00:42:40 1982

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.