Created attachment 14586 [details] [review] 0001-Ansify-2-remaining-K-R-prototype-functions.patch Just for coherence as all remaining libXau code is already "ansified".
Are these functions able to be compiled any more or are they as broken as the ones recently removed from the server? (i.e. do they use current Kerberos5 API, or only the early 90's version?)
I dont have experience with kerberos, but looking at function calls, and definitions from the kerberos 5 devel package in Mandriva, I notice that the calls in libXau are incorrect, as all functions/macros receive a krb5_context pointer as first argument. So maybe it should be aswell just removed if the Server side has been already removed, otherwise, fixing it would probably be better...
Corrected in git master by removing the old kerberos api implementation. Since support was already removed from the X Server then, the logical step for libXau is to also remove it, but the proper solution should really be to update both X Server and libXau to today's Kerberos 5 api.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.