summaryrefslogblamecommitdiffstats
path: root/source/l/esound/esound-0.2.38-fix-open-macro.patch
blob: 412eb9b6d5712248cd60c50fada2723088d16f71 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                           
--- esound-0.2.38/esddsp.c	2007-04-19 16:43:59.000000000 +0200
+++ esound-0.2.38.lennart/esddsp.c	2007-08-09 17:47:11.000000000 +0200
@@ -252,6 +252,7 @@
     return (*func) (pathname, flags, mode);
 }
 
+#undef open
 int
 open (const char *pathname, int flags, ...)
 {