[995] in Source-Commits
athena/bin/access access_off.c
daemon@ATHENA.MIT.EDU (Greg Hudson)
Sat Jan 11 14:21:07 1997
From: Greg Hudson <ghudson@MIT.EDU>
To: source-commits@MIT.EDU
Date: Sat, 11 Jan 1997 14:21:02 EST
Update of /afs/dev.mit.edu/source/repository/athena/bin/access
In directory the-light-fantastic:/afs/dev.mit.edu/user/ghudson/athena/bin/access
Modified Files:
access_off.c
Log Message:
Conform to the Athena coding standards.
kill() does not return ESRCH; it returns -1 and sets errno to ESRCH.