summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2022-10-05 19:50:50 -0400
committerIonen Wolkens <ionen@gentoo.org>2022-10-05 20:33:31 -0400
commit6794a88c44a772e273d081b4b5d6212aaef81d1e (patch)
treea80159b6dce90ba7764c5da18f5d93a7d6b9e5ab /net-analyzer/pinger/files
parentwww-apache/mod_auth_xradius: fix build with upcoming clang16 (diff)
downloadgentoo-6794a88c44a772e273d081b4b5d6212aaef81d1e.tar.gz
gentoo-6794a88c44a772e273d081b4b5d6212aaef81d1e.tar.bz2
gentoo-6794a88c44a772e273d081b4b5d6212aaef81d1e.zip
net-analyzer/pinger: fix build with upcoming clang16
Closes: https://bugs.gentoo.org/870871 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'net-analyzer/pinger/files')
-rw-r--r--net-analyzer/pinger/files/pinger-0.33-clang16.patch8
1 files changed, 8 insertions, 0 deletions
diff --git a/net-analyzer/pinger/files/pinger-0.33-clang16.patch b/net-analyzer/pinger/files/pinger-0.33-clang16.patch
new file mode 100644
index 000000000000..1a6fe6cf03da
--- /dev/null
+++ b/net-analyzer/pinger/files/pinger-0.33-clang16.patch
@@ -0,0 +1,8 @@
+https://bugs.gentoo.org/870871
+--- a/src/interface_ncurses.c
++++ b/src/interface_ncurses.c
+@@ -41,3 +41,3 @@
+ * characters */
+-static nr_print_ull(char *c, int max_chars, unsigned long long l)
++static int nr_print_ull(char *c, int max_chars, unsigned long long l)
+ {