[1494] in Source-Commits
athena/bin/olc/clients/tty t_utils.c
daemon@ATHENA.MIT.EDU (Greg Hudson)
Wed Apr 30 14:08:37 1997
From: Greg Hudson <ghudson@MIT.EDU>
To: source-commits@MIT.EDU
Date: Wed, 30 Apr 1997 14:08:33 EDT
Update of /afs/dev.mit.edu/source/repository/athena/bin/olc/clients/tty
In directory the-light-fantastic:/afs/dev.mit.edu/user/ghudson/progress/olc/clients/tty
Modified Files:
t_utils.c
Log Message:
From bert:
Replaced <sys/time.h> with <time.h> which declares time() on Solaris
_POSIX_SOURCE is the wrong answer to any question. (Removed.)
Use client "incarnation" data from incarnate.c in place of previously
hardcoded values. Also use this to determine if the client is a
consulting ("*r") client.
Improved an error message to reflect that we may be using Hesiod in
addition to local configuration files.
Replaced "kinit" with "renew" in error messages.
edit_message() now admits to propagating the return from the editor.
Initialize random numbers on first call to happy_message()
Moved assignments out of "if" statement tests.