* krlogind.c: Under Solaris, when the connection pipe goes away,
authorRichard Basch <probe@mit.edu>
Wed, 3 Apr 1996 22:24:03 +0000 (22:24 +0000)
committerRichard Basch <probe@mit.edu>
Wed, 3 Apr 1996 22:24:03 +0000 (22:24 +0000)
commit9eb1e1763959aeda890cab1a4ced67eae15c6f1a
treefffbe2f12d5718cc4269a93c5ec47dd97621f9b6
parentab1eeeb9f68a713bc12568d46b974722d83fe9d0
* krlogind.c: Under Solaris, when the connection pipe goes away,
zero bytes are returned.  Since we are using blocking
read calls, and the net_read function deals with
interrupted/resumed reads, consider zero bytes to be
be a terminated connection, so as not to spin.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7749 dc483132-0cff-0310-8789-dd5450dbe970
src/appl/bsd/ChangeLog
src/appl/bsd/krlogind.c