summaryrefslogtreecommitdiffstats
path: root/krb5-1.14-ss_execute_command-missing.patch
diff options
context:
space:
mode:
Diffstat (limited to 'krb5-1.14-ss_execute_command-missing.patch')
-rw-r--r--krb5-1.14-ss_execute_command-missing.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/krb5-1.14-ss_execute_command-missing.patch b/krb5-1.14-ss_execute_command-missing.patch
new file mode 100644
index 0000000..114689a
--- /dev/null
+++ b/krb5-1.14-ss_execute_command-missing.patch
@@ -0,0 +1,13 @@
+e2fsprogs in is missing a declaration for this function. However, it is
+present as a symbol. And we know its declaration internally.
+--- krb5/src/kadmin/cli/ss_wrapper.c 2015-09-23 20:51:05.843606511 +0000
++++ krb5/src/kadmin/cli/ss_wrapper.c 2015-09-23 20:52:03.783605671 +0000
+@@ -29,6 +29,8 @@
+ #include <ss/ss.h>
+ #include "kadmin.h"
+
++int ss_execute_command(int sci_idx, char **);
++
+ extern ss_request_table kadmin_cmds;
+ extern int exit_status;
+ extern char *whoami;