bugzilla-daemon at mindrot.org
2005-Nov-21 18:43 UTC
[Bug 1122] __USE_GNU is internal glibc macro and should not be used
http://bugzilla.mindrot.org/show_bug.cgi?id=1122 Summary: __USE_GNU is internal glibc macro and should not be used Product: Portable OpenSSH Version: 4.2p1 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Miscellaneous AssignedTo: bitbucket at mindrot.org ReportedBy: t8m at centrum.cz The __USE_GNU is internal glibc macro and should not be used directly. To properly obtain extra prototypes which are available in glibc the _GNU_SOURCE macro should be defined before including any glibc includes. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2005-Nov-21 18:44 UTC
[Bug 1122] __USE_GNU is internal glibc macro and should not be used
http://bugzilla.mindrot.org/show_bug.cgi?id=1122 ------- Comment #1 from t8m at centrum.cz 2005-11-22 05:44 ------- Created an attachment (id=1030) --> (http://bugzilla.mindrot.org/attachment.cgi?id=1030&action=view) Proposed simple patch ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2005-Nov-21 22:56 UTC
[Bug 1122] __USE_GNU is internal glibc macro and should not be used
http://bugzilla.mindrot.org/show_bug.cgi?id=1122 dtucker at zip.com.au changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #1030| |ok+ Flag| | ------- Comment #2 from dtucker at zip.com.au 2005-11-22 09:56 ------- (From update of attachment 1030) Seems reasonable, any objections? ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2005-Nov-28 06:07 UTC
[Bug 1122] __USE_GNU is internal glibc macro and should not be used
http://bugzilla.mindrot.org/show_bug.cgi?id=1122 dtucker at zip.com.au changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Comment #3 from dtucker at zip.com.au 2005-11-28 17:07 ------- Unless there is a reason this needs to be done immediately, I'm going to leave it for now and apply it immediately after the 4.3 release. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2005-Nov-28 11:04 UTC
[Bug 1122] __USE_GNU is internal glibc macro and should not be used
http://bugzilla.mindrot.org/show_bug.cgi?id=1122 ------- Comment #4 from t8m at centrum.cz 2005-11-28 22:04 ------- It won't compile with glibc 2.4 without patching it. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2005-Nov-28 11:29 UTC
[Bug 1122] __USE_GNU is internal glibc macro and should not be used
http://bugzilla.mindrot.org/show_bug.cgi?id=1122 dtucker at zip.com.au changed: What |Removed |Added ---------------------------------------------------------------------------- OtherBugsDependingO| |1047 nThis| | Status|ASSIGNED |RESOLVED Resolution| |FIXED ------- Comment #5 from dtucker at zip.com.au 2005-11-28 22:29 ------- In that case since no one objected I have applied the patch. Thanks. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.