summaryrefslogtreecommitdiff
path: root/package/heimdal/patches/patch-lib_roken_roken_h_in
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2021-11-02 03:24:54 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2021-11-04 02:09:56 +0100
commit14861a1c1ace4a3996ae6a20829c827371a5d03d (patch)
tree303acfbf1f8aae57f5b8bfb5b058992ada9c0c4d /package/heimdal/patches/patch-lib_roken_roken_h_in
parent63c60bcf4cfc4e72cce808491ae9b5974a7c6720 (diff)
heimdal: Update to version 7.7.0
Signed-off-by: Phil Sutter <phil@nwl.cc>
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, 0 insertions, 11 deletions
diff --git a/package/heimdal/patches/patch-lib_roken_roken_h_in b/package/heimdal/patches/patch-lib_roken_roken_h_in
deleted file mode 100644
index b571cc428..000000000
--- a/package/heimdal/patches/patch-lib_roken_roken_h_in
+++ /dev/null
@@ -1,11 +0,0 @@
---- heimdal-1.5.3.orig/lib/roken/roken.h.in 2012-12-09 23:06:44.000000000 +0100
-+++ heimdal-1.5.3/lib/roken/roken.h.in 2014-04-24 10:36:35.000000000 +0200
-@@ -551,7 +551,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