[512] in Kerberos-V5-bugs
Re: configure
daemon@ATHENA.MIT.EDU ("Mark W. Eichin")
Fri Jun 17 05:51:51 1994
Date: Fri, 17 Jun 94 05:51:19 EDT
From: eichin@MIT.EDU ("Mark W. Eichin")
To: ertle@uvm-gen.EMBA.UVM.EDU
Cc: krb5-bugs@MIT.EDU
In-Reply-To: "[504] in Kerberos-V5-bugs"
> slave/kprop.c - compiling gives errors "Function _signal cannot be
> redeclared." and "Macro name SIGEMT has been redefined." Both are
> declared in isode's manifest.h.
Easy (and I think correct) fix: move the system includes above the
krb5 includes. The redefinition warning will still be there, but the
error is avoided (and I can fix the SIGEMT part some other day,
or eventually we'll get rid of ISODE anyhow :-)
_Mark_