summaryrefslogtreecommitdiff
path: root/package/heimdal/patches/patch-lib_roken_roken_h_in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-11-13 00:31:52 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-11-13 00:31:52 +0100
commit3e9ec766c9b289becc53fba5fc57eb20723eeab7 (patch)
tree265634e99e345211208f28c6a996b22ccfedff4b /package/heimdal/patches/patch-lib_roken_roken_h_in
parentb6a5c9e0b1ed79e56e7dc8b3a0b2a61856fda576 (diff)
parentd29b7059e0e3dacc3e051c310eabaecabe19a8d2 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/heimdal/patches/patch-lib_roken_roken_h_in')
-rw-r--r--package/heimdal/patches/patch-lib_roken_roken_h_in11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/heimdal/patches/patch-lib_roken_roken_h_in b/package/heimdal/patches/patch-lib_roken_roken_h_in
new file mode 100644
index 000000000..59e9a2c52
--- /dev/null
+++ b/package/heimdal/patches/patch-lib_roken_roken_h_in
@@ -0,0 +1,11 @@
+--- heimdal-1.4.orig/lib/roken/roken.h.in 2010-09-13 09:23:34.000000000 +0200
++++ heimdal-1.4/lib/roken/roken.h.in 2010-11-10 19:46:45.916683899 +0100
+@@ -524,7 +524,7 @@ ROKEN_LIB_FUNCTION int ROKEN_LIB_CALL ge
+ ROKEN_LIB_FUNCTION char * ROKEN_LIB_CALL strerror(int);
+ #endif
+
+-#if (!defined(HAVE_STRERROR_R) && !defined(strerror_r)) || (!defined(STRERROR_R_PROTO_COMPATIBLE) && defined(HAVE_STRERROR_R))
++#if ( !defined(HAVE_STRERROR_R) && !defined(strerror_r)) || (!defined(STRERROR_R_PROTO_COMPATIBLE) && defined(HAVE_STRERROR_R))
+ int ROKEN_LIB_FUNCTION rk_strerror_r(int, char *, size_t);
+ #else
+ #define rk_strerror_r strerror_r