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 1-7 Link Here
1
#ifndef OGGPLAYER_IMPL_H
1
#ifndef OGGPLAYER_IMPL_H
2
#define OGGPLAYER_IMPL_H "$Id$"
2
#define OGGPLAYER_IMPL_H "$Id$"
3
3
4
#if defined(__GNU_LIBRARY__) && !defined(_SEM_SEMUN_UNDEFINED) || defined(__DragonFly__)
4
#if defined(__GNU_LIBRARY__) && !defined(_SEM_SEMUN_UNDEFINED) || defined(__DragonFly__) || defined(__OpenBSD__)
5
/* union semun is defined by including <sys/sem.h> */
5
/* union semun is defined by including <sys/sem.h> */
6
#else
6
#else
7
/* according to X/OPEN we have to define it ourselves */
7
/* according to X/OPEN we have to define it ourselves */

Return to bug 2159