[267] in Kerberos
Re: atalanta build
daemon@TELECOM.MIT.EDU (billb@ATHENA.MIT.EDU)
Sun Nov 29 23:29:38 1987
From: billb@ATHENA.MIT.EDU
To: <steiner@ATHENA.MIT.EDU>
Cc: kerberos@ATHENA.MIT.EDU
In-Reply-To: Your message of Sun, 29 Nov 87 13:03:22 -0500.
Jennifer,
John and I tried to build the animal Sunday night. After many misadventures,
including the editing of makefiles to reflect the new source tree layout,
we discovered that a macro defined in include/prot.h has been ifdefed out
of existence for the RT. Said macro is pkt_time_ws:
#ifdef MUSTALIGN
/* pkt_time_ws has to be rewritten for RT */
#else
#define pkt_time_ws(packet) (unsigned long *) \
(packet->dat+5+strlen((char *)pkt_a_name(packet)) + \
strlen((char *)pkt_a_inst(packet)) + \
strlen((char *)pkt_a_realm(packet)))
#endif MUSTALIGN
Can't build the software until the macro is written for the RT.
(The build fails when trying to construct the programs in
the server directory; both kerberos and kerberos_slave need the macro.)
Anyone out there have time to fix this? ASAP?
Regards, etc.
Bill and John