Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 76880 Details for
Bug 118734
wvstreams 4.2.1 won't compile with gcc 4.1
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
more gcc41 patches
wvstreams-4.2.1-gcc412.patch (text/plain), 1.70 KB, created by
Gene Seto
on 2006-01-11 21:08:49 UTC
(
hide
)
Description:
more gcc41 patches
Filename:
MIME Type:
Creator:
Gene Seto
Created:
2006-01-11 21:08:49 UTC
Size:
1.70 KB
patch
obsolete
>--- wvstreams-4.2.1.orig/include/uniconfkeybak.h 2006-01-06 19:52:09.000000000 -0400 >+++ wvstreams-4.2.1/include/uniconfkey.h 2006-01-06 19:52:48.000000000 -0400 >@@ -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. >--- wvstreams-4.2.1.orig/include/wvx509bak.h 2006-01-06 19:55:47.000000000 -0400 >+++ wvstreams-4.2.1/include/wvx509.h 2006-01-06 19:58:51.000000000 -0400 >@@ -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 >--- wvstreams-4.2.1.orig/include/wvstringbak.h 2006-01-12 00:28:17.000000000 -0400 >+++ wvstreams-4.2.1/include/wvstring.h 2006-01-12 00:28:39.000000000 -0400 >@@ -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); >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 118734
: 76880