projects
/
platform
/
upstream
/
pulseaudio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1be481f
)
merge r2183 from prepare-0.9.10
author
Lennart Poettering
<lennart@poettering.net>
Mon, 31 Mar 2008 22:05:10 +0000
(22:05 +0000)
committer
Lennart Poettering
<lennart@poettering.net>
Mon, 31 Mar 2008 22:05:10 +0000
(22:05 +0000)
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2199
fefdeb5f
-60dc-0310-8127-
8f9354f1896f
src/utils/padsp.c
patch
|
blob
|
history
diff --git
a/src/utils/padsp.c
b/src/utils/padsp.c
index cb57ff8a9b74b30c05c507846be804e22ac14b2f..d3f034d0f5dac4f1d1537da14d1aef9d719ba83e 100644
(file)
--- a/
src/utils/padsp.c
+++ b/
src/utils/padsp.c
@@
-2307,7
+2307,11
@@
fail:
return ret;
}
+#ifdef sun
+int ioctl(int fd, int request, ...) {
+#else
int ioctl(int fd, unsigned long request, ...) {
+#endif
fd_info *i;
va_list args;
void *argp;