]> git.ipfire.org Git - thirdparty/krb5.git/commit
Fix kadmin with e2fsprogs libss 330/head
authorGreg Hudson <ghudson@mit.edu>
Wed, 23 Sep 2015 22:20:41 +0000 (18:20 -0400)
committerGreg Hudson <ghudson@mit.edu>
Thu, 24 Sep 2015 23:27:10 +0000 (19:27 -0400)
commitfd0b693f00f4d0b7b603bf4a2b8812869ad1df19
tree4369b5a51dd3f65edeae1696e032dc5291de03b3
parent33441e6376d5b1606089a3621798493027816010
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.

ticket: 8251 (new)
target_version: 1.14
tags: pullup
src/aclocal.m4
src/kadmin/cli/ss_wrapper.c