summaryrefslogtreecommitdiff
path: root/net-analyzer/pinger/files/pinger-0.33-clang16.patch
blob: 1a6fe6cf03daf326d5cb6098c0ff9815451c610b (plain)
1
2
3
4
5
6
7
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)
 {