summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2003-01-06 17:06:52 +0000
committerMichael Cummings <mcummings@gentoo.org>2003-01-06 17:06:52 +0000
commitc94d5dd723f2996b5686f1a943d1ae88b52309b4 (patch)
treefe7a3b6ebc1c4da5b256633168dce3edf1d22e4d /sys-devel
parentThe Ardour cvs tree has bumped it's rev numbers into the .6 series. (diff)
downloadgentoo-2-c94d5dd723f2996b5686f1a943d1ae88b52309b4.tar.gz
gentoo-2-c94d5dd723f2996b5686f1a943d1ae88b52309b4.tar.bz2
gentoo-2-c94d5dd723f2996b5686f1a943d1ae88b52309b4.zip
ok, patch, GO
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/perl/files/perl-5.8.0-sockatmark-should-__THROW.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/sys-devel/perl/files/perl-5.8.0-sockatmark-should-__THROW.patch b/sys-devel/perl/files/perl-5.8.0-sockatmark-should-__THROW.patch
new file mode 100644
index 000000000000..c3ca0484ace2
--- /dev/null
+++ b/sys-devel/perl/files/perl-5.8.0-sockatmark-should-__THROW.patch
@@ -0,0 +1,12 @@
+--- perl-5.8.0/perl.h.orig 2002-12-28 13:23:06.000000000 +0200
++++ perl-5.8.0/perl.h 2002-12-28 13:23:47.000000000 +0200
+@@ -717,7 +717,7 @@
+ /* sockatmark() is so new (2001) that many places might have it hidden
+ * behind some -D_BLAH_BLAH_SOURCE guard. */
+ #if defined(HAS_SOCKATMARK) && !defined(HAS_SOCKATMARK_PROTO)
+-int sockatmark(int);
++int sockatmark(int) __THROW;
+ #endif
+
+ #ifdef SETERRNO
+