]> git.ipfire.org Git - thirdparty/krb5.git/commit
Fix kadmin with e2fsprogs libss
authorGreg Hudson <ghudson@mit.edu>
Wed, 23 Sep 2015 22:20:41 +0000 (18:20 -0400)
committerTom Yu <tlyu@mit.edu>
Fri, 2 Oct 2015 18:15:42 +0000 (14:15 -0400)
commitc01d9df461f68079245880066c5cbc2e447b5cb7
treed09f8571d8ae49c3e187d14be2fd0d501b33e391
parent8ba3d5790c8065e65eaff10f89a5c9ea7c809b68
Fix kadmin with e2fsprogs libss

The libss in e2fsprogs exports ss_execute_command(), but does not
prototype it (as of this writing; a patch has been submitted
upstream).  When using the system ss library, check if a prototype is
needed and provide one if so.

(cherry picked from commit fd0b693f00f4d0b7b603bf4a2b8812869ad1df19)

ticket: 8251
version_fixed: 1.14
status: resolved
src/aclocal.m4
src/kadmin/cli/ss_wrapper.c