[1087] in Kerberos_V5_Development
Re: gssapi compilation errors
daemon@ATHENA.MIT.EDU (Marc Horowitz)
Sun Apr 21 18:51:09 1996
To: "Richard Basch" <basch@lehman.com>
Cc: krbdev@MIT.EDU
In-Reply-To: Your message of "Sun, 21 Apr 1996 13:03:25 EDT."
<199604211703.NAA01085@badger.lehman.com>
Date: Sun, 21 Apr 1996 18:50:54 EDT
From: Marc Horowitz <marc@MIT.EDU>
In message <199604211703.NAA01085@badger.lehman.com>, "Richard Basch" <basch@lehman.com> writes:
>> After seeing that you checked in the missing 3 files, I tried another
>> build; one minor error:
Fixed. xmalloc() is a (current do-nothing) wrapper in a private
header file (so it has no chance at conflicting with a user symbol)
which wasn't included in util_canonhost.c (are there enough
parentheticals yet?). I've put it in.
It's anybody's guess why this wasn't breaking in my build.
Marc