Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 45204 Details for
Bug 56958
net-fs/sfs fails to compile using gcc-3.3
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
sfs-gcc3.3 patch
patch-sfs-0.7.2-gcc3.3.diff (text/plain), 1.25 KB, created by
Andreas
on 2004-12-03 07:01:05 UTC
(
hide
)
Description:
sfs-gcc3.3 patch
Filename:
MIME Type:
Creator:
Andreas
Created:
2004-12-03 07:01:05 UTC
Size:
1.25 KB
patch
obsolete
>diff -ru --exclude=Makefile --exclude='*onfig*' --exclude='*.info' sfs-0.7.2.orig/async/ihash.h sfs-0.7.2.patched/async/ihash.h >--- sfs-0.7.2.orig/async/ihash.h 2002-05-28 12:29:16.000000000 +0200 >+++ sfs-0.7.2.patched/async/ihash.h 2004-12-03 13:54:12.000000000 +0100 >@@ -209,8 +209,8 @@ > class ihash > : public ihash_core<V, field> > { >- const E eq; >- const H hash; >+ E eq; >+ H hash; > > public: > ihash () {} >Only in sfs-0.7.2.patched/doc: dirs-stamp >diff -ru --exclude=Makefile --exclude='*onfig*' --exclude='*.info' sfs-0.7.2.orig/sfsmisc/sfscrypt.h sfs-0.7.2.patched/sfsmisc/sfscrypt.h >--- sfs-0.7.2.orig/sfsmisc/sfscrypt.h 2002-10-24 00:01:54.000000000 +0200 >+++ sfs-0.7.2.patched/sfsmisc/sfscrypt.h 2004-12-03 13:46:25.000000000 +0100 >@@ -83,14 +83,14 @@ > bool get_pubkey_hash (sfs_hash *h) const ; > str get_pubkey_hash () const; > >- const str keylabel; >+ str keylabel; > protected: > bool verify_init (const sfs_sig2 &sig, const str &msg, str *e) const; > virtual u_char get_bad_opts () const { return (SFS_DECRYPT | SFS_SIGN); } > bool get_opt (u_char o) const { return (opts & o); } >- const sfs_keytype ktype; >- const int eksb_id; >- const u_char opts; >+ sfs_keytype ktype; >+ int eksb_id; >+ u_char opts; > }; > > class sfspriv : virtual public sfspub {
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 56958
:
45204
|
58162