[1466] in Source-Commits
athena/bin/olc/clients/lib io.c
daemon@ATHENA.MIT.EDU (Greg Hudson)
Wed Apr 30 13:35:56 1997
From: Greg Hudson <ghudson@MIT.EDU>
To: source-commits@MIT.EDU
Date: Wed, 30 Apr 1997 13:35:52 EDT
Update of /afs/dev.mit.edu/source/repository/athena/bin/olc/clients/lib
In directory the-light-fantastic:/afs/dev.mit.edu/user/ghudson/progress/olc/clients/lib
Modified Files:
io.c
Log Message:
From bert:
Removed explicit declaration of system functions/variables.
Removed explicit declaration of DaemonHost, which is unnecessary.
Removed some unnecessary typecasts.
Fixed an accidentally found bug (instead of using Hesiod and falling
back on /etc/services, we tried /etc/services twice).
Use client "incarnation" data from incarnate.c in place of previously
hardcoded values.
Moved assignments out of "if" statement tests.