7a382c9ed0
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/alsa-lib#d1acbfe5cbd0b61371d377f2bb319155a4e538c0
12 lines
294 B
Diff
12 lines
294 B
Diff
--- alsa-lib-1.0.14/aserver/aserver.c 2007-05-31 10:05:13.000000000 +0200
|
|
+++ alsa-lib-1.0.14.lennart/aserver/aserver.c 2007-08-15 15:53:32.000000000 +0200
|
|
@@ -35,6 +35,8 @@
|
|
|
|
#include "aserver.h"
|
|
|
|
+#undef open
|
|
+
|
|
char *command;
|
|
|
|
#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)
|