[Liboss-commit] CVS: liboss/include soundcard.h,1.9,1.10
Brought to you by:
thesin
|
From: Justin <th...@us...> - 2002-11-05 21:34:21
|
Update of /cvsroot/liboss/liboss/include
In directory usw-pr-cvs1:/tmp/cvs-serv3553/include
Modified Files:
soundcard.h
Log Message:
osscat works perfectly, still working on mpg123, just static
Index: soundcard.h
===================================================================
RCS file: /cvsroot/liboss/liboss/include/soundcard.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- soundcard.h 5 Nov 2002 19:46:52 -0000 1.9
+++ soundcard.h 5 Nov 2002 21:34:17 -0000 1.10
@@ -324,7 +324,7 @@
return oss_open(x,y,l);
}
-static inline int close (int x) {oss_close(x);}
+static inline int close (int x) {oss_close(x); return x;}
#else
extern int oss_ioctl (int,unsigned long,va_list);
extern int oss_open (const char *,int,va_list);
|