summaryrefslogtreecommitdiff
path: root/data/raop-play/asm-types.diff
blob: 7234444a39740da7268f393eca0cb32c48f4333a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
diff -ru raop_play-0.5.1/raop_play/aac_stream.c raop_play-0.5.1+iPhone/raop_play/aac_stream.c
--- raop_play-0.5.1/raop_play/aac_stream.c	2005-12-16 14:17:00.000000000 +0000
+++ raop_play-0.5.1+iPhone/raop_play/aac_stream.c	2008-12-06 03:43:26.000000000 +0000
@@ -17,7 +17,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
  *****************************************************************************/
-#include <asm/types.h>
+#include "linuxint.h"
 #include <stdio.h>
 #include <unistd.h>
 #include <sys/stat.h>
diff -ru raop_play-0.5.1/raop_play/aexcl_lib.h raop_play-0.5.1+iPhone/raop_play/aexcl_lib.h
--- raop_play-0.5.1/raop_play/aexcl_lib.h	2005-12-16 14:17:01.000000000 +0000
+++ raop_play-0.5.1+iPhone/raop_play/aexcl_lib.h	2008-12-06 03:43:26.000000000 +0000
@@ -1,5 +1,5 @@
 #include <stdio.h>
-#include <asm/types.h>
+#include "linuxint.h"
 #include <sys/time.h>
 #include <time.h>
 #include <stdlib.h>
diff -ru raop_play-0.5.1/raop_play/audio_stream.c raop_play-0.5.1+iPhone/raop_play/audio_stream.c
--- raop_play-0.5.1/raop_play/audio_stream.c	2005-12-16 14:17:01.000000000 +0000
+++ raop_play-0.5.1+iPhone/raop_play/audio_stream.c	2008-12-06 03:43:26.000000000 +0000
@@ -17,7 +17,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
  *****************************************************************************/
-#include <asm/types.h>
+#include "linuxint.h"
 #include <stdio.h>
 #include <unistd.h>
 #include <stdlib.h>
diff -ru raop_play-0.5.1/raop_play/flac_stream.c raop_play-0.5.1+iPhone/raop_play/flac_stream.c
--- raop_play-0.5.1/raop_play/flac_stream.c	2005-12-16 14:17:02.000000000 +0000
+++ raop_play-0.5.1+iPhone/raop_play/flac_stream.c	2008-12-06 03:43:26.000000000 +0000
@@ -18,7 +18,7 @@
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
  *****************************************************************************/
 #include <netinet/in.h>
-#include <asm/types.h>
+#include "linuxint.h"
 #include <stdio.h>
 #include <unistd.h>
 #include <sys/stat.h>
diff -ru raop_play-0.5.1/raop_play/m4a_stream.c raop_play-0.5.1+iPhone/raop_play/m4a_stream.c
--- raop_play-0.5.1/raop_play/m4a_stream.c	2005-12-16 14:17:01.000000000 +0000
+++ raop_play-0.5.1+iPhone/raop_play/m4a_stream.c	2008-12-06 03:43:26.000000000 +0000
@@ -20,7 +20,7 @@
 #include <stdio.h>
 #include <string.h>
 #include <unistd.h>
-#include <asm/types.h>
+#include "linuxint.h"
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>
diff -ru raop_play-0.5.1/raop_play/mp3_stream.c raop_play-0.5.1+iPhone/raop_play/mp3_stream.c
--- raop_play-0.5.1/raop_play/mp3_stream.c	2005-12-16 14:17:01.000000000 +0000
+++ raop_play-0.5.1+iPhone/raop_play/mp3_stream.c	2008-12-06 03:43:26.000000000 +0000
@@ -17,7 +17,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
  *****************************************************************************/
-#include <asm/types.h>
+#include "linuxint.h"
 #include <stdio.h>
 #include <unistd.h>
 #include <sys/wait.h>
diff -ru raop_play-0.5.1/raop_play/ogg_stream.c raop_play-0.5.1+iPhone/raop_play/ogg_stream.c
--- raop_play-0.5.1/raop_play/ogg_stream.c	2005-12-16 14:17:01.000000000 +0000
+++ raop_play-0.5.1+iPhone/raop_play/ogg_stream.c	2008-12-06 03:43:26.000000000 +0000
@@ -17,7 +17,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
  *****************************************************************************/
-#include <asm/types.h>
+#include "linuxint.h"
 #include <stdio.h>
 #include <unistd.h>
 #include <sys/stat.h>
diff -ru raop_play-0.5.1/raop_play/pcm_stream.c raop_play-0.5.1+iPhone/raop_play/pcm_stream.c
--- raop_play-0.5.1/raop_play/pcm_stream.c	2005-12-16 14:17:01.000000000 +0000
+++ raop_play-0.5.1+iPhone/raop_play/pcm_stream.c	2008-12-06 03:43:26.000000000 +0000
@@ -19,7 +19,7 @@
  *****************************************************************************/
 #include <unistd.h>
 #include <fcntl.h>
-#include <asm/types.h>
+#include "linuxint.h"
 #include <stdio.h>
 #include <sys/poll.h>
 #define PCM_STREAM_C_
diff -ru raop_play-0.5.1/raop_play/pls_stream.c raop_play-0.5.1+iPhone/raop_play/pls_stream.c
--- raop_play-0.5.1/raop_play/pls_stream.c	2005-12-16 14:17:01.000000000 +0000
+++ raop_play-0.5.1+iPhone/raop_play/pls_stream.c	2008-12-06 04:06:57.000000000 +0000
@@ -17,7 +17,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
  *****************************************************************************/
-#include <asm/types.h>
+#include "linuxint.h"
 #define _GNU_SOURCE
 #include <stdio.h>
 #include <unistd.h>
diff -ru raop_play-0.5.1/raop_play/raop_client.c raop_play-0.5.1+iPhone/raop_play/raop_client.c
--- raop_play-0.5.1/raop_play/raop_client.c	2005-12-16 14:17:01.000000000 +0000
+++ raop_play-0.5.1+iPhone/raop_play/raop_client.c	2008-12-06 03:45:11.000000000 +0000
@@ -24,7 +24,7 @@
 #include <openssl/rsa.h>
 #include <openssl/engine.h>
 
-#include <asm/types.h>
+#include "linuxint.h"
 #include "aexcl_lib.h"
 #include "rtsp_client.h"
 #include "raop_client.h"
diff -ru raop_play-0.5.1/raop_play/wav_stream.c raop_play-0.5.1+iPhone/raop_play/wav_stream.c
--- raop_play-0.5.1/raop_play/wav_stream.c	2005-12-16 14:17:01.000000000 +0000
+++ raop_play-0.5.1+iPhone/raop_play/wav_stream.c	2008-12-06 03:43:26.000000000 +0000
@@ -17,7 +17,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
  *****************************************************************************/
-#include <asm/types.h>
+#include "linuxint.h"
 #include <stdio.h>
 #define WAV_STREAM_C
 #include "audio_stream.h"
diff -ru raop_play-0.5.1/rendezvous/Client.c raop_play-0.5.1+iPhone/rendezvous/Client.c
--- raop_play-0.5.1/rendezvous/Client.c	2005-12-16 14:17:02.000000000 +0000
+++ raop_play-0.5.1+iPhone/rendezvous/Client.c	2008-12-06 04:07:02.000000000 +0000
@@ -83,5 +83,4 @@
 #include <string.h>
 #include <unistd.h>
 #include <stdlib.h>
-#include <asm/types.h>
 
diff -ru raop_play-0.5.1/rendezvous/mDNS.c raop_play-0.5.1+iPhone/rendezvous/mDNS.c
--- raop_play-0.5.1/rendezvous/mDNS.c	2005-12-16 14:17:02.000000000 +0000
+++ raop_play-0.5.1+iPhone/rendezvous/mDNS.c	2008-12-06 03:44:38.000000000 +0000
@@ -1139,7 +1139,6 @@
 
 #include <stdio.h>
 #include <string.h>
-#include <asm/types.h>
 
 static const struct mDNSprintf_format
 {