After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 303804 - SUN_LEN used in esd.c without checking if it is defined
SUN_LEN used in esd.c without checking if it is defined
Status: RESOLVED DUPLICATE of bug 171304
Product: esound
Classification: Deprecated
Component: general
unspecified
Other opensolaris
: Normal normal
: ---
Assigned To: Esound Maintainers
Esound Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-05-11 14:35 UTC by Damien Carbery
Modified: 2005-05-11 18:49 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10


Attachments
add "#ifdef SUN_LEN" and "#endif" lines (1.00 KB, patch)
2005-05-11 14:36 UTC, Damien Carbery
none Details | Review

Description Damien Carbery 2005-05-11 14:35:59 UTC
Distribution/Version: s10 sparc

esd.c uses SUN_LEN function without putting it inside '#ifdef SUN_LEN'
This function does not appear to be defined on Solaris.
Comment 1 Damien Carbery 2005-05-11 14:36:38 UTC
Created attachment 46333 [details] [review]
add "#ifdef SUN_LEN" and "#endif" lines
Comment 2 David Schleef 2005-05-11 18:49:40 UTC

*** This bug has been marked as a duplicate of 171304 ***