diff options
author | 2003-01-06 17:06:52 +0000 | |
---|---|---|
committer | 2003-01-06 17:06:52 +0000 | |
commit | 3725b7fcc918a001b665aeb0a762ddcaaa7a9fe1 (patch) | |
tree | d0b4e4606432f4e6309ed4e62ddbebd12fad9fdb | |
parent | The Ardour cvs tree has bumped it's rev numbers into the .6 series. (diff) | |
download | historical-3725b7fcc918a001b665aeb0a762ddcaaa7a9fe1.tar.gz historical-3725b7fcc918a001b665aeb0a762ddcaaa7a9fe1.tar.bz2 historical-3725b7fcc918a001b665aeb0a762ddcaaa7a9fe1.zip |
ok, patch, GO
-rw-r--r-- | sys-devel/perl/files/perl-5.8.0-sockatmark-should-__THROW.patch | 12 |
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 + |