Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 122028 Details for
Bug 180619
sys-block/iscsitarget-0.4.15 fails to compile on gcc-3.4.x (hardened)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
files/iscsitarget-0.4.15-gcc-3.4-fix.patch
iscsitarget-0.4.15-gcc-3.4-fix.patch (text/plain), 488 bytes, created by
Natanael Copa
on 2007-06-14 13:35:22 UTC
(
hide
)
Description:
files/iscsitarget-0.4.15-gcc-3.4-fix.patch
Filename:
MIME Type:
Creator:
Natanael Copa
Created:
2007-06-14 13:35:22 UTC
Size:
488 bytes
patch
obsolete
>--- iscsitarget-0.4.15/usr/isns.c.orig 2007-06-14 13:17:44 +0000 >+++ iscsitarget-0.4.15/usr/isns.c 2007-06-14 13:18:39 +0000 >@@ -256,7 +256,8 @@ > > scn_flags = ISNS_SCN_FLAG_INITIATOR | ISNS_SCN_FLAG_OBJECT_REMOVE | > ISNS_SCN_FLAG_OBJECT_ADDED | ISNS_SCN_FLAG_OBJECT_UPDATED; >- scn_flags = htonl(set_scn_flag(scn_flags)); >+ set_scn_flag(scn_flags); >+ scn_flags = htonl(scn_flags); > > length += isns_tlv_set(&tlv, ISNS_ATTR_ISCSI_SCN_BITMAP, > sizeof(scn_flags), &scn_flags);
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 180619
: 122028