[13] in Kerberos-V5-bugs
re: krb v5 on Apollo Domain/OS SR10.3
daemon@ATHENA.MIT.EDU (John T Kohl)
Tue Jul 3 15:33:44 1990
Date: Tue, 3 Jul 90 15:33:27 -0400
From: John T Kohl <jtkohl@ATHENA.MIT.EDU>
To: sommerfeld@apollo.com (Bill Sommerfeld)
Cc: krb5-bugs@ATHENA.MIT.EDU
In-Reply-To: [12]
> * lib/perror.c: make "errno" be extern (to avoid linker warning).
I removed perror & errno completely, since all that is truly needed here
is strerror().
> * kdc/main.c: dike out declaration of vfprintf in main() if
> __STDC__ (conflicts with header files).
>
fixed in our sources
> * lib/Imakefile: dike out vsprintf.c, vfprintf.c (apollo already
> has these in libc).
done, by an #ifdef
> * ss/Imakefile: add
>
>$(MKCMDSOBJS): ss_err.h
>
> to allow clean build.
fixed in our sources
> * comerr/internal.h: ANSI perror() is a void function.
fixed, & forwarded to our bug trackers.
> - define the path to ISODE in site.def, not Project.tmpl
fixed.
> - provide a configuration option stating that v[fs]printf are
> available in libc.
see HasVfprintf in site.def.
>I'll include patches for the less obvious changes (to syslog, login,
>telnet, telnetd) in a later message.
Thanks,
John