repo.or.cz
/
minix-pkgsrc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixup fromcvs/togit conversion
[minix-pkgsrc.git]
/
audio
/
akode
/
patches
/
patch-akode_plugins_sun__sink_sun__sink.cpp
blob
6784534d7e01f6ef98a96d91566f8ab60d4bec6b
1
$NetBSD$
2
3
---
akode
/
plugins
/
sun_sink
/
sun_sink
.
cpp
.
orig
2012
-
01
-
12 19
:
07
:
47.881281153
+
0100
4
+++
akode
/
plugins
/
sun_sink
/
sun_sink
.
cpp
2012
-
01
-
12 19
:
20
:
50.139729686
+
0100
5
@@
-
30
,
6
+
30
,
10
@@
6
#include <string.h>
7
#include <unistd.h>
8
9
+
#ifdef __sun
10
+
#include <alloca.h>
11
+
#endif
12
+
13
#include <audioframe.h>
14
#include
"sun_sink.h"
15