K 10 svn:author V 7 rwatson K 8 svn:date V 27 2003-08-15T21:56:09.000000Z K 7 svn:log V 554 MFC: lprint.c:1.24, sprintf.c:1.22, util.c:1.21 If stat() on the terminal specified in utmp fails due to ENOENT, don't print a warning, and set the idletime variable for the entry to -1; then pick up the -1 later in sprint() and lprint() and ignore those idle times by printing just whitespace. When third party applications, such as kdm, insert utmp entries, they sometimes use strings like ":0", which can't be stat()'d and currently result in warnings that are not helpful to the user. Requested by: Jonathan Chen END