summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-libs/wvstreams/files/wvstreams-4.2.2-gcc41.patch')
-rw-r--r--net-libs/wvstreams/files/wvstreams-4.2.2-gcc41.patch64
1 files changed, 0 insertions, 64 deletions
diff --git a/net-libs/wvstreams/files/wvstreams-4.2.2-gcc41.patch b/net-libs/wvstreams/files/wvstreams-4.2.2-gcc41.patch
deleted file mode 100644
index ad9a72de8812..000000000000
--- a/net-libs/wvstreams/files/wvstreams-4.2.2-gcc41.patch
+++ /dev/null
@@ -1,64 +0,0 @@
-diff -Nur wvstreams-4.2.2.orig/include/uniconfkey.h wvstreams-4.2.2/include/uniconfkey.h
---- wvstreams-4.2.2.orig/include/uniconfkey.h 2005-11-24 21:46:46.000000000 +0200
-+++ wvstreams-4.2.2/include/uniconfkey.h 2006-02-03 21:08:14.324721000 +0200
-@@ -113,7 +113,7 @@
- bool iswild() const;
-
- /** Returns true if the key has a trailing slash. */
-- bool UniConfKey::hastrailingslash() const;
-+ bool hastrailingslash() const;
-
- /**
- * Returns the number of segments in this path.
-diff -Nur wvstreams-4.2.2.orig/include/wvhttppool.h wvstreams-4.2.2/include/wvhttppool.h
---- wvstreams-4.2.2.orig/include/wvhttppool.h 2005-11-24 21:46:46.000000000 +0200
-+++ wvstreams-4.2.2/include/wvhttppool.h 2006-02-03 21:08:14.324721000 +0200
-@@ -57,7 +57,7 @@
- WvString linkname;
- WvUrl url;
-
-- WvUrlLink::WvUrlLink(WvStringParm _linkname, WvStringParm _url)
-+ WvUrlLink(WvStringParm _linkname, WvStringParm _url)
- : linkname(_linkname), url(_url)
- {}
- };
-diff -Nur wvstreams-4.2.2.orig/include/wvstring.h wvstreams-4.2.2/include/wvstring.h
---- wvstreams-4.2.2.orig/include/wvstring.h 2005-11-24 21:46:46.000000000 +0200
-+++ wvstreams-4.2.2/include/wvstring.h 2006-02-03 21:08:14.324721000 +0200
-@@ -393,7 +393,7 @@
-
- protected:
- void copy_constructor(const WvFastString &s);
-- inline void WvString::construct(const char *_str)
-+ inline void construct(const char *_str)
- {
- link(&nullbuf, _str);
-
-diff -Nur wvstreams-4.2.2.orig/include/wvx509.h wvstreams-4.2.2/include/wvx509.h
---- wvstreams-4.2.2.orig/include/wvx509.h 2006-01-09 23:42:53.000000000 +0200
-+++ wvstreams-4.2.2/include/wvx509.h 2006-02-03 21:08:14.324721000 +0200
-@@ -349,19 +349,19 @@
- * Set the Certificate to use X509v3, since that's all modern
- * PKI uses anyways :)
- */
-- void WvX509Mgr::set_version();
-+ void set_version();
-
- /**
- * Get and set the keyUsage field.
- */
-- WvString WvX509Mgr::get_key_usage();
-- void WvX509Mgr::set_key_usage(WvStringParm values);
-+ WvString get_key_usage();
-+ void set_key_usage(WvStringParm values);
-
- /**
- * Get and set the extendedKeyUsage field.
- */
-- WvString WvX509Mgr::get_ext_key_usage();
-- void WvX509Mgr::set_ext_key_usage(WvStringParm values);
-+ WvString get_ext_key_usage();
-+ void set_ext_key_usage(WvStringParm values);
-
- /**
- * Return the Subject alt name if it exists, and WvString::null if