blob: d8a7b180602e5c47d7a134c704d1428aa8cb1915 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
https://rt.cpan.org/Public/Bug/Display.html?id=116784
--- a/Socket6.xs
+++ b/Socket6.xs
@@ -109,7 +109,7 @@ const struct in6_addr in6addr_loopback = IN6ADDR_LOOPB
#define PL_sv_undef sv_undef
#endif
-static int
+static long
not_here(char *s)
{
croak("Socket6::%s not implemented on this architecture", s);
|