summary refs log tree commit diff
path: root/pkgs/development/perl-modules/Socket6-sv_undef.patch
blob: 3ed4b61b6d3e5a5ac634a3bd682c16c614c4c9b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
diff --git a/Socket6.xs b/Socket6.xs
index 05c791c..058e9d9 100644
--- a/Socket6.xs
+++ b/Socket6.xs
@@ -105,10 +105,6 @@ const struct in6_addr in6addr_loopback = IN6ADDR_LOOPBACK_INIT;
 #define	HAVE_INET_PTON		1
 #endif
 
-#ifndef HAVE_PL_SV_UNDEF
-#define	PL_sv_undef		sv_undef
-#endif
-
 static int
 not_here(char *s)
 {
-- 
2.16.3