[1266] in Kerberos_V5_Development
Re: gssftp and kcmd dejagnu tests fail under ultrix
daemon@ATHENA.MIT.EDU (Marc Horowitz)
Sun Jun 2 18:54:11 1996
To: Marc Horowitz <marc@MIT.EDU>
Cc: Tom Yu <tlyu@MIT.EDU>, krbdev@MIT.EDU, Ezra Peisach <epeisach@MIT.EDU>,
Tom Yu <tlyu@MIT.EDU>
Date: Sun, 02 Jun 1996 18:54:07 EDT
From: Marc Horowitz <marc@MIT.EDU>
>> I've seen this at cygnus; whoever did the gssapi integration wasn't
>> thinking clearly. I'll see if our fix applies cleanly to MIT's code.
It looks like my fixes were applied in April. So Ezra's explanation
is probably correct.
Idea: don't run around naming functions after system functions. It
only causes pain and misery. If you need a replacement, call it
something else (in this case, my_getdtablesize() would be fine), and
conditionalize the caller to call the system function, or the
differently-named replacement.
marc