Subject: A bug in ruptime ;)
To: Current Users <current-users@NetBSD.ORG>
From: Jukka Marin <jmarin@pyy.jmp.fi>
List: current-users
Date: 02/11/1998 21:00:23
We have a NetBSD 1.2 machine with uptime of 388 days.  ruptime reports
the uptime as "??":

        if (tval < 0 || tval > 365*24*60*60) {
                (void)sprintf(resbuf, "   %s ??:??", updown);
                return(resbuf);
        }

Why? :-)

  -jm