By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 2159
Collapse All | Expand All

(-)a/oggvorbis_artsplugin/oggPlayObject_impl.h (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
#if defined(__GNU_LIBRARY__) && !defined(_SEM_SEMUN_UNDEFINED) || defined(__DragonFly__)
4
#if defined(__GNU_LIBRARY__) && !defined(_SEM_SEMUN_UNDEFINED) || defined(__DragonFly__)
5
/* union semun is defined by including <sys/sem.h> */
5
/* union semun is defined by including <sys/sem.h> */
6
#else
6
#elif !defined(__OpenBSD__)
7
/* according to X/OPEN we have to define it ourselves */
7
/* according to X/OPEN we have to define it ourselves */
8
union semun {
8
union semun {
9
	int val;                    /* value for SETVAL */
9
	int val;                    /* value for SETVAL */

Return to bug 2159