summaryrefslogtreecommitdiff
path: root/net/p5-IO-Socket-INET6/files/5.005_03.diff
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2005-07-28 15:37:45 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2005-07-28 15:37:45 +0000
commit13c47d46220c90bc7b2730dc3083d1c45cc4c165 (patch)
treee116361e13097f47968894579db4095014bbd818 /net/p5-IO-Socket-INET6/files/5.005_03.diff
parentAdd p5-Class-ErrorHandler 0.01, base class for error handling. (diff)
- Update to 2.51
PR: 84056 Submitted by: leeym Approved by: janos.mohacsi@bsd.hu
Notes
Notes: svn path=/head/; revision=140326
Diffstat (limited to '')
-rw-r--r--net/p5-IO-Socket-INET6/files/5.005_03.diff29
1 files changed, 0 insertions, 29 deletions
diff --git a/net/p5-IO-Socket-INET6/files/5.005_03.diff b/net/p5-IO-Socket-INET6/files/5.005_03.diff
deleted file mode 100644
index 03f3cc9ffa4f..000000000000
--- a/net/p5-IO-Socket-INET6/files/5.005_03.diff
+++ /dev/null
@@ -1,29 +0,0 @@
---- INET6.pm.orig Tue Jun 24 14:14:26 2003
-+++ INET6.pm Wed Jul 2 21:33:28 2003
-@@ -10,7 +10,7 @@
- package IO::Socket::INET6;
-
- use strict;
--our(@ISA, $VERSION);
-+use vars qw(@ISA $VERSION);
- use IO::Socket;
- use Socket6;
- use Carp;
-@@ -20,7 +20,7 @@
- @ISA = qw(IO::Socket);
- $VERSION = "1.27";
-
--my $EINVAL = exists(&Errno::EINVAL) ? Errno::EINVAL() : 1;
-+my $EINVAL = defined(&Errno::EINVAL) ? Errno::EINVAL() : 1;
-
- IO::Socket::INET6->register_domain( AF_INET6 );
-
-@@ -183,7 +183,7 @@
- }
-
- if ($arg->{ReusePort}) {
-- $sock->sockopt(SO_REUSEPORT,1) or
-+ $sock->sockopt(0x0200,1) or
- return _error($sock, $!, "$!");
- }
-