diff options
Diffstat (limited to 'package/krb5/patches/patch-src_clients_kvno_kvno_c')
-rw-r--r-- | package/krb5/patches/patch-src_clients_kvno_kvno_c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/krb5/patches/patch-src_clients_kvno_kvno_c b/package/krb5/patches/patch-src_clients_kvno_kvno_c new file mode 100644 index 000000000..23bdbe6e3 --- /dev/null +++ b/package/krb5/patches/patch-src_clients_kvno_kvno_c @@ -0,0 +1,11 @@ +--- krb5-1.9.orig/src/clients/kvno/kvno.c 2009-10-31 01:48:38.000000000 +0100 ++++ krb5-1.9/src/clients/kvno/kvno.c 2011-01-31 14:35:33.000000000 +0100 +@@ -53,7 +53,7 @@ static void do_v5_kvno (int argc, char * + char *sname, int canon, int unknown, + char *for_user, int proxy); + +-#include <com_err.h> ++#include <et/com_err.h> + static void extended_com_err_fn (const char *, errcode_t, const char *, + va_list); + |