* ftpcmd.y (urgsafe_getc): New function; like getc() except it
authorTom Yu <tlyu@mit.edu>
Wed, 24 Mar 1999 22:14:02 +0000 (22:14 +0000)
committerTom Yu <tlyu@mit.edu>
Wed, 24 Mar 1999 22:14:02 +0000 (22:14 +0000)
commitf818840fea93cbbcb349aa426459e2849deab42c
treeeca4b26e2fae53a616881af5d3a6296fd07fff75
parent445026066d16416a5a8342e741da1eda82d82898
* ftpcmd.y (urgsafe_getc): New function; like getc() except it
retries once if SIOCATMARK returns TRUE.
(getline): Use urgsafe_getc() rather than getc() to avoid problems
with certain Mac clients that cause the urgent pointer to end up
in a location that results in EOF from getc().

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11306 dc483132-0cff-0310-8789-dd5450dbe970
src/appl/gssftp/ftpd/ChangeLog
src/appl/gssftp/ftpd/ftpcmd.y