summaryrefslogtreecommitdiff
path: root/package/libtirpc/patches/patch-src_svc_auth_none_c
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2025-04-30 17:11:00 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2025-04-30 17:11:00 +0200
commit33d241570a7b68d64b86ea01c1c98ac87b1877fe (patch)
treea2bb9829660c6d6607ccc5c4717f99167fa4b21b /package/libtirpc/patches/patch-src_svc_auth_none_c
parentfc82c5bbab4cfa55ba63ff11a21798d9f7612a72 (diff)
libtirpc: update to 1.3.6, fix gcc 15 issues from upstream git
Diffstat (limited to 'package/libtirpc/patches/patch-src_svc_auth_none_c')
-rw-r--r--package/libtirpc/patches/patch-src_svc_auth_none_c13
1 files changed, 13 insertions, 0 deletions
diff --git a/package/libtirpc/patches/patch-src_svc_auth_none_c b/package/libtirpc/patches/patch-src_svc_auth_none_c
new file mode 100644
index 000000000..c21c67692
--- /dev/null
+++ b/package/libtirpc/patches/patch-src_svc_auth_none_c
@@ -0,0 +1,13 @@
+--- libtirpc-1.3.6.orig/src/svc_auth_none.c 2024-10-17 09:50:55.000000000 +0200
++++ libtirpc-1.3.6/src/svc_auth_none.c 2025-04-30 13:30:55.736451017 +0200
+@@ -37,8 +37,8 @@
+
+ #include <rpc/rpc.h>
+
+-static bool_t svcauth_none_destroy();
+-static bool_t svcauth_none_wrap();
++static bool_t svcauth_none_destroy(SVCAUTH *);
++static bool_t svcauth_none_wrap(SVCAUTH *, XDR *, bool_t (*)(XDR *, ...), char *);
+
+ struct svc_auth_ops svc_auth_none_ops = {
+ svcauth_none_wrap,