[xiph-cvs] cvs commit: ao/src ao_private.h

Stan Seibert volsung at xiph.org
Mon Dec 17 06:06:53 PST 2001



volsung     01/12/17 06:06:52

  Modified:    src      ao_private.h
  Log:
  OpenBSD compatibility fix.

Revision  Changes    Path
1.6       +1 -1      ao/src/ao_private.h

Index: ao_private.h
===================================================================
RCS file: /usr/local/cvsroot/ao/src/ao_private.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ao_private.h	2001/12/07 01:45:27	1.5
+++ ao_private.h	2001/12/17 14:06:50	1.6
@@ -43,7 +43,7 @@
  * ALSA requires RTLD_GLOBAL.
  */
 #if defined(__OpenBSD__)	
-#define DLOPEN_FLAG (RTLD_LAZY | RTLD_GLOBAL)
+#define DLOPEN_FLAG (RTLD_LAZY)
 #else
 #define DLOPEN_FLAG (RTLD_NOW | RTLD_GLOBAL)
 #endif

--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list