source: patches/linux-libc-headers-2.6.12.0-sparc_biarch-1.patch@ e7a7a6f

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since e7a7a6f was 69cde8d, checked in by Jim Gifford <clfs@…>, 18 years ago

Added: All patches needed for the book.

  • Property mode set to 100644
File size: 80.1 KB
RevLine 
[69cde8d]1Submitted By: Jeremy Huntwork (jhuntwork at linuxfromscratch dot org)
2Date: 2005-05-08
3Initial Package Version: 2.6.11.2
4Origin: Created for Cross-LFS
5Upstream Status: Not submitted - LFS Specific
6Description: Creates kernel header stubs for biarch builds, specific to sparc arch.
7 Based on cross-lfs scripts by Ryan Oliver
8
9diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/a.out.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/a.out.h
10--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/a.out.h 1969-12-31 19:00:00.000000000 -0500
11+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/a.out.h 2005-05-08 23:33:21.279196726 -0400
12@@ -0,0 +1,8 @@
13+#ifndef __STUB__A_OUT_H__
14+#define __STUB__A_OUT_H__
15+#ifdef __arch64__
16+#include <asm-sparc64/a.out.h>
17+#else
18+#include <asm-sparc/a.out.h>
19+#endif
20+#endif /* __STUB__A_OUT_H__ */
21diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/agp.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/agp.h
22--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/agp.h 1969-12-31 19:00:00.000000000 -0500
23+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/agp.h 2005-05-08 23:33:21.297194377 -0400
24@@ -0,0 +1,6 @@
25+#ifndef __STUB__AGP_H__
26+#define __STUB__AGP_H__
27+#ifdef __arch64__
28+#include <asm-sparc64/agp.h>
29+#endif
30+#endif /* __STUB__AGP_H__ */
31diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/apb.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/apb.h
32--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/apb.h 1969-12-31 19:00:00.000000000 -0500
33+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/apb.h 2005-05-08 23:33:21.315192029 -0400
34@@ -0,0 +1,6 @@
35+#ifndef __STUB__APB_H__
36+#define __STUB__APB_H__
37+#ifdef __arch64__
38+#include <asm-sparc64/apb.h>
39+#endif
40+#endif /* __STUB__APB_H__ */
41diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/apc.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/apc.h
42--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/apc.h 1969-12-31 19:00:00.000000000 -0500
43+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/apc.h 2005-05-08 23:33:18.984496193 -0400
44@@ -0,0 +1,6 @@
45+#ifndef __STUB__APC_H__
46+#define __STUB__APC_H__
47+#ifndef __arch64__
48+#include <asm-sparc/apc.h>
49+#endif
50+#endif /* __STUB__APC_H__ */
51diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/asi.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/asi.h
52--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/asi.h 1969-12-31 19:00:00.000000000 -0500
53+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/asi.h 2005-05-08 23:33:21.334189549 -0400
54@@ -0,0 +1,8 @@
55+#ifndef __STUB__ASI_H__
56+#define __STUB__ASI_H__
57+#ifdef __arch64__
58+#include <asm-sparc64/asi.h>
59+#else
60+#include <asm-sparc/asi.h>
61+#endif
62+#endif /* __STUB__ASI_H__ */
63diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/asmmacro.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/asmmacro.h
64--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/asmmacro.h 1969-12-31 19:00:00.000000000 -0500
65+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/asmmacro.h 2005-05-08 23:33:19.021491365 -0400
66@@ -0,0 +1,6 @@
67+#ifndef __STUB__ASMMACRO_H__
68+#define __STUB__ASMMACRO_H__
69+#ifndef __arch64__
70+#include <asm-sparc/asmmacro.h>
71+#endif
72+#endif /* __STUB__ASMMACRO_H__ */
73diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/atomic.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/atomic.h
74--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/atomic.h 1969-12-31 19:00:00.000000000 -0500
75+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/atomic.h 2005-05-08 23:33:21.354186940 -0400
76@@ -0,0 +1,8 @@
77+#ifndef __STUB__ATOMIC_H__
78+#define __STUB__ATOMIC_H__
79+#ifdef __arch64__
80+#include <asm-sparc64/atomic.h>
81+#else
82+#include <asm-sparc/atomic.h>
83+#endif
84+#endif /* __STUB__ATOMIC_H__ */
85diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/audioio.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/audioio.h
86--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/audioio.h 1969-12-31 19:00:00.000000000 -0500
87+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/audioio.h 2005-05-08 23:33:21.373184460 -0400
88@@ -0,0 +1,8 @@
89+#ifndef __STUB__AUDIOIO_H__
90+#define __STUB__AUDIOIO_H__
91+#ifdef __arch64__
92+#include <asm-sparc64/audioio.h>
93+#else
94+#include <asm-sparc/audioio.h>
95+#endif
96+#endif /* __STUB__AUDIOIO_H__ */
97diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/auxio.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/auxio.h
98--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/auxio.h 1969-12-31 19:00:00.000000000 -0500
99+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/auxio.h 2005-05-08 23:33:21.392181981 -0400
100@@ -0,0 +1,8 @@
101+#ifndef __STUB__AUXIO_H__
102+#define __STUB__AUXIO_H__
103+#ifdef __arch64__
104+#include <asm-sparc64/auxio.h>
105+#else
106+#include <asm-sparc/auxio.h>
107+#endif
108+#endif /* __STUB__AUXIO_H__ */
109diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/bbc.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/bbc.h
110--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/bbc.h 1969-12-31 19:00:00.000000000 -0500
111+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/bbc.h 2005-05-08 23:33:21.412179371 -0400
112@@ -0,0 +1,6 @@
113+#ifndef __STUB__BBC_H__
114+#define __STUB__BBC_H__
115+#ifdef __arch64__
116+#include <asm-sparc64/bbc.h>
117+#endif
118+#endif /* __STUB__BBC_H__ */
119diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/bitext.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/bitext.h
120--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/bitext.h 1969-12-31 19:00:00.000000000 -0500
121+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/bitext.h 2005-05-08 23:33:19.096481579 -0400
122@@ -0,0 +1,6 @@
123+#ifndef __STUB__BITEXT_H__
124+#define __STUB__BITEXT_H__
125+#ifndef __arch64__
126+#include <asm-sparc/bitext.h>
127+#endif
128+#endif /* __STUB__BITEXT_H__ */
129diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/bitops.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/bitops.h
130--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/bitops.h 1969-12-31 19:00:00.000000000 -0500
131+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/bitops.h 2005-05-08 23:33:21.430177023 -0400
132@@ -0,0 +1,8 @@
133+#ifndef __STUB__BITOPS_H__
134+#define __STUB__BITOPS_H__
135+#ifdef __arch64__
136+#include <asm-sparc64/bitops.h>
137+#else
138+#include <asm-sparc/bitops.h>
139+#endif
140+#endif /* __STUB__BITOPS_H__ */
141diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/bpp.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/bpp.h
142--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/bpp.h 1969-12-31 19:00:00.000000000 -0500
143+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/bpp.h 2005-05-08 23:33:21.448174674 -0400
144@@ -0,0 +1,8 @@
145+#ifndef __STUB__BPP_H__
146+#define __STUB__BPP_H__
147+#ifdef __arch64__
148+#include <asm-sparc64/bpp.h>
149+#else
150+#include <asm-sparc/bpp.h>
151+#endif
152+#endif /* __STUB__BPP_H__ */
153diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/bsderrno.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/bsderrno.h
154--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/bsderrno.h 1969-12-31 19:00:00.000000000 -0500
155+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/bsderrno.h 2005-05-08 23:33:21.468172064 -0400
156@@ -0,0 +1,8 @@
157+#ifndef __STUB__BSDERRNO_H__
158+#define __STUB__BSDERRNO_H__
159+#ifdef __arch64__
160+#include <asm-sparc64/bsderrno.h>
161+#else
162+#include <asm-sparc/bsderrno.h>
163+#endif
164+#endif /* __STUB__BSDERRNO_H__ */
165diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/btfixup.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/btfixup.h
166--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/btfixup.h 1969-12-31 19:00:00.000000000 -0500
167+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/btfixup.h 2005-05-08 23:33:19.172471662 -0400
168@@ -0,0 +1,6 @@
169+#ifndef __STUB__BTFIXUP_H__
170+#define __STUB__BTFIXUP_H__
171+#ifndef __arch64__
172+#include <asm-sparc/btfixup.h>
173+#endif
174+#endif /* __STUB__BTFIXUP_H__ */
175diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/byteorder.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/byteorder.h
176--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/byteorder.h 1969-12-31 19:00:00.000000000 -0500
177+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/byteorder.h 2005-05-08 23:33:21.487169585 -0400
178@@ -0,0 +1,8 @@
179+#ifndef __STUB__BYTEORDER_H__
180+#define __STUB__BYTEORDER_H__
181+#ifdef __arch64__
182+#include <asm-sparc64/byteorder.h>
183+#else
184+#include <asm-sparc/byteorder.h>
185+#endif
186+#endif /* __STUB__BYTEORDER_H__ */
187diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/cache.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/cache.h
188--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/cache.h 1969-12-31 19:00:00.000000000 -0500
189+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/cache.h 2005-05-08 23:33:21.509166714 -0400
190@@ -0,0 +1,8 @@
191+#ifndef __STUB__CACHE_H__
192+#define __STUB__CACHE_H__
193+#ifdef __arch64__
194+#include <asm-sparc64/cache.h>
195+#else
196+#include <asm-sparc/cache.h>
197+#endif
198+#endif /* __STUB__CACHE_H__ */
199diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/cacheflush.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/cacheflush.h
200--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/cacheflush.h 1969-12-31 19:00:00.000000000 -0500
201+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/cacheflush.h 2005-05-08 23:33:21.544162147 -0400
202@@ -0,0 +1,8 @@
203+#ifndef __STUB__CACHEFLUSH_H__
204+#define __STUB__CACHEFLUSH_H__
205+#ifdef __arch64__
206+#include <asm-sparc64/cacheflush.h>
207+#else
208+#include <asm-sparc/cacheflush.h>
209+#endif
210+#endif /* __STUB__CACHEFLUSH_H__ */
211diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/chafsr.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/chafsr.h
212--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/chafsr.h 1969-12-31 19:00:00.000000000 -0500
213+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/chafsr.h 2005-05-08 23:33:21.564159537 -0400
214@@ -0,0 +1,6 @@
215+#ifndef __STUB__CHAFSR_H__
216+#define __STUB__CHAFSR_H__
217+#ifdef __arch64__
218+#include <asm-sparc64/chafsr.h>
219+#endif
220+#endif /* __STUB__CHAFSR_H__ */
221diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/checksum.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/checksum.h
222--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/checksum.h 1969-12-31 19:00:00.000000000 -0500
223+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/checksum.h 2005-05-08 23:33:21.583157058 -0400
224@@ -0,0 +1,8 @@
225+#ifndef __STUB__CHECKSUM_H__
226+#define __STUB__CHECKSUM_H__
227+#ifdef __arch64__
228+#include <asm-sparc64/checksum.h>
229+#else
230+#include <asm-sparc/checksum.h>
231+#endif
232+#endif /* __STUB__CHECKSUM_H__ */
233diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/chmctrl.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/chmctrl.h
234--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/chmctrl.h 1969-12-31 19:00:00.000000000 -0500
235+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/chmctrl.h 2005-05-08 23:33:21.601154709 -0400
236@@ -0,0 +1,6 @@
237+#ifndef __STUB__CHMCTRL_H__
238+#define __STUB__CHMCTRL_H__
239+#ifdef __arch64__
240+#include <asm-sparc64/chmctrl.h>
241+#endif
242+#endif /* __STUB__CHMCTRL_H__ */
243diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/clock.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/clock.h
244--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/clock.h 1969-12-31 19:00:00.000000000 -0500
245+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/clock.h 2005-05-08 23:33:19.266459396 -0400
246@@ -0,0 +1,6 @@
247+#ifndef __STUB__CLOCK_H__
248+#define __STUB__CLOCK_H__
249+#ifndef __arch64__
250+#include <asm-sparc/clock.h>
251+#endif
252+#endif /* __STUB__CLOCK_H__ */
253diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/compat.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/compat.h
254--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/compat.h 1969-12-31 19:00:00.000000000 -0500
255+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/compat.h 2005-05-08 23:33:21.620152230 -0400
256@@ -0,0 +1,6 @@
257+#ifndef __STUB__COMPAT_H__
258+#define __STUB__COMPAT_H__
259+#ifdef __arch64__
260+#include <asm-sparc64/compat.h>
261+#endif
262+#endif /* __STUB__COMPAT_H__ */
263diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/const.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/const.h
264--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/const.h 1969-12-31 19:00:00.000000000 -0500
265+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/const.h 2005-05-08 23:33:21.640149620 -0400
266@@ -0,0 +1,6 @@
267+#ifndef __STUB__CONST_H__
268+#define __STUB__CONST_H__
269+#ifdef __arch64__
270+#include <asm-sparc64/const.h>
271+#endif
272+#endif /* __STUB__CONST_H__ */
273diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/contregs.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/contregs.h
274--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/contregs.h 1969-12-31 19:00:00.000000000 -0500
275+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/contregs.h 2005-05-08 23:33:19.285456917 -0400
276@@ -0,0 +1,6 @@
277+#ifndef __STUB__CONTREGS_H__
278+#define __STUB__CONTREGS_H__
279+#ifndef __arch64__
280+#include <asm-sparc/contregs.h>
281+#endif
282+#endif /* __STUB__CONTREGS_H__ */
283diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/cpudata.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/cpudata.h
284--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/cpudata.h 1969-12-31 19:00:00.000000000 -0500
285+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/cpudata.h 2005-05-08 23:33:21.658147272 -0400
286@@ -0,0 +1,8 @@
287+#ifndef __STUB__CPUDATA_H__
288+#define __STUB__CPUDATA_H__
289+#ifdef __arch64__
290+#include <asm-sparc64/cpudata.h>
291+#else
292+#include <asm-sparc/cpudata.h>
293+#endif
294+#endif /* __STUB__CPUDATA_H__ */
295diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/cypress.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/cypress.h
296--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/cypress.h 1969-12-31 19:00:00.000000000 -0500
297+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/cypress.h 2005-05-08 23:33:19.323451958 -0400
298@@ -0,0 +1,6 @@
299+#ifndef __STUB__CYPRESS_H__
300+#define __STUB__CYPRESS_H__
301+#ifndef __arch64__
302+#include <asm-sparc/cypress.h>
303+#endif
304+#endif /* __STUB__CYPRESS_H__ */
305diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/dcr.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/dcr.h
306--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/dcr.h 1969-12-31 19:00:00.000000000 -0500
307+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/dcr.h 2005-05-08 23:33:21.678144662 -0400
308@@ -0,0 +1,6 @@
309+#ifndef __STUB__DCR_H__
310+#define __STUB__DCR_H__
311+#ifdef __arch64__
312+#include <asm-sparc64/dcr.h>
313+#endif
314+#endif /* __STUB__DCR_H__ */
315diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/dcu.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/dcu.h
316--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/dcu.h 1969-12-31 19:00:00.000000000 -0500
317+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/dcu.h 2005-05-08 23:33:21.697142183 -0400
318@@ -0,0 +1,6 @@
319+#ifndef __STUB__DCU_H__
320+#define __STUB__DCU_H__
321+#ifdef __arch64__
322+#include <asm-sparc64/dcu.h>
323+#endif
324+#endif /* __STUB__DCU_H__ */
325diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/display7seg.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/display7seg.h
326--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/display7seg.h 1969-12-31 19:00:00.000000000 -0500
327+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/display7seg.h 2005-05-08 23:33:21.715139834 -0400
328@@ -0,0 +1,6 @@
329+#ifndef __STUB__DISPLAY7SEG_H__
330+#define __STUB__DISPLAY7SEG_H__
331+#ifdef __arch64__
332+#include <asm-sparc64/display7seg.h>
333+#endif
334+#endif /* __STUB__DISPLAY7SEG_H__ */
335diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/dma.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/dma.h
336--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/dma.h 1969-12-31 19:00:00.000000000 -0500
337+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/dma.h 2005-05-08 23:33:21.733137485 -0400
338@@ -0,0 +1,8 @@
339+#ifndef __STUB__DMA_H__
340+#define __STUB__DMA_H__
341+#ifdef __arch64__
342+#include <asm-sparc64/dma.h>
343+#else
344+#include <asm-sparc/dma.h>
345+#endif
346+#endif /* __STUB__DMA_H__ */
347diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/ebus.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/ebus.h
348--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/ebus.h 1969-12-31 19:00:00.000000000 -0500
349+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/ebus.h 2005-05-08 23:33:21.751135136 -0400
350@@ -0,0 +1,8 @@
351+#ifndef __STUB__EBUS_H__
352+#define __STUB__EBUS_H__
353+#ifdef __arch64__
354+#include <asm-sparc64/ebus.h>
355+#else
356+#include <asm-sparc/ebus.h>
357+#endif
358+#endif /* __STUB__EBUS_H__ */
359diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/ecc.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/ecc.h
360--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/ecc.h 1969-12-31 19:00:00.000000000 -0500
361+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/ecc.h 2005-05-08 23:33:19.381444390 -0400
362@@ -0,0 +1,6 @@
363+#ifndef __STUB__ECC_H__
364+#define __STUB__ECC_H__
365+#ifndef __arch64__
366+#include <asm-sparc/ecc.h>
367+#endif
368+#endif /* __STUB__ECC_H__ */
369diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/eeprom.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/eeprom.h
370--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/eeprom.h 1969-12-31 19:00:00.000000000 -0500
371+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/eeprom.h 2005-05-08 23:33:19.399442041 -0400
372@@ -0,0 +1,6 @@
373+#ifndef __STUB__EEPROM_H__
374+#define __STUB__EEPROM_H__
375+#ifndef __arch64__
376+#include <asm-sparc/eeprom.h>
377+#endif
378+#endif /* __STUB__EEPROM_H__ */
379diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/elf.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/elf.h
380--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/elf.h 1969-12-31 19:00:00.000000000 -0500
381+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/elf.h 2005-05-08 23:33:21.770132657 -0400
382@@ -0,0 +1,8 @@
383+#ifndef __STUB__ELF_H__
384+#define __STUB__ELF_H__
385+#ifdef __arch64__
386+#include <asm-sparc64/elf.h>
387+#else
388+#include <asm-sparc/elf.h>
389+#endif
390+#endif /* __STUB__ELF_H__ */
391diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/envctrl.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/envctrl.h
392--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/envctrl.h 1969-12-31 19:00:00.000000000 -0500
393+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/envctrl.h 2005-05-08 23:33:21.789130178 -0400
394@@ -0,0 +1,6 @@
395+#ifndef __STUB__ENVCTRL_H__
396+#define __STUB__ENVCTRL_H__
397+#ifdef __arch64__
398+#include <asm-sparc64/envctrl.h>
399+#endif
400+#endif /* __STUB__ENVCTRL_H__ */
401diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/errno.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/errno.h
402--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/errno.h 1969-12-31 19:00:00.000000000 -0500
403+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/errno.h 2005-05-08 23:33:21.808127699 -0400
404@@ -0,0 +1,8 @@
405+#ifndef __STUB__ERRNO_H__
406+#define __STUB__ERRNO_H__
407+#ifdef __arch64__
408+#include <asm-sparc64/errno.h>
409+#else
410+#include <asm-sparc/errno.h>
411+#endif
412+#endif /* __STUB__ERRNO_H__ */
413diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/estate.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/estate.h
414--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/estate.h 1969-12-31 19:00:00.000000000 -0500
415+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/estate.h 2005-05-08 23:33:21.826125350 -0400
416@@ -0,0 +1,6 @@
417+#ifndef __STUB__ESTATE_H__
418+#define __STUB__ESTATE_H__
419+#ifdef __arch64__
420+#include <asm-sparc64/estate.h>
421+#endif
422+#endif /* __STUB__ESTATE_H__ */
423diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/fbio.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/fbio.h
424--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/fbio.h 1969-12-31 19:00:00.000000000 -0500
425+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/fbio.h 2005-05-08 23:33:21.846122740 -0400
426@@ -0,0 +1,8 @@
427+#ifndef __STUB__FBIO_H__
428+#define __STUB__FBIO_H__
429+#ifdef __arch64__
430+#include <asm-sparc64/fbio.h>
431+#else
432+#include <asm-sparc/fbio.h>
433+#endif
434+#endif /* __STUB__FBIO_H__ */
435diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/fcntl.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/fcntl.h
436--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/fcntl.h 1969-12-31 19:00:00.000000000 -0500
437+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/fcntl.h 2005-05-08 23:33:21.864120391 -0400
438@@ -0,0 +1,8 @@
439+#ifndef __STUB__FCNTL_H__
440+#define __STUB__FCNTL_H__
441+#ifdef __arch64__
442+#include <asm-sparc64/fcntl.h>
443+#else
444+#include <asm-sparc/fcntl.h>
445+#endif
446+#endif /* __STUB__FCNTL_H__ */
447diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/fhc.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/fhc.h
448--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/fhc.h 1969-12-31 19:00:00.000000000 -0500
449+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/fhc.h 2005-05-08 23:33:21.882118043 -0400
450@@ -0,0 +1,6 @@
451+#ifndef __STUB__FHC_H__
452+#define __STUB__FHC_H__
453+#ifdef __arch64__
454+#include <asm-sparc64/fhc.h>
455+#endif
456+#endif /* __STUB__FHC_H__ */
457diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/floppy.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/floppy.h
458--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/floppy.h 1969-12-31 19:00:00.000000000 -0500
459+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/floppy.h 2005-05-08 23:33:21.901115563 -0400
460@@ -0,0 +1,8 @@
461+#ifndef __STUB__FLOPPY_H__
462+#define __STUB__FLOPPY_H__
463+#ifdef __arch64__
464+#include <asm-sparc64/floppy.h>
465+#else
466+#include <asm-sparc/floppy.h>
467+#endif
468+#endif /* __STUB__FLOPPY_H__ */
469diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/fpumacro.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/fpumacro.h
470--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/fpumacro.h 1969-12-31 19:00:00.000000000 -0500
471+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/fpumacro.h 2005-05-08 23:33:21.919113215 -0400
472@@ -0,0 +1,6 @@
473+#ifndef __STUB__FPUMACRO_H__
474+#define __STUB__FPUMACRO_H__
475+#ifdef __arch64__
476+#include <asm-sparc64/fpumacro.h>
477+#endif
478+#endif /* __STUB__FPUMACRO_H__ */
479diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/hardirq.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/hardirq.h
480--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/hardirq.h 1969-12-31 19:00:00.000000000 -0500
481+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/hardirq.h 2005-05-08 23:33:21.939110605 -0400
482@@ -0,0 +1,8 @@
483+#ifndef __STUB__HARDIRQ_H__
484+#define __STUB__HARDIRQ_H__
485+#ifdef __arch64__
486+#include <asm-sparc64/hardirq.h>
487+#else
488+#include <asm-sparc/hardirq.h>
489+#endif
490+#endif /* __STUB__HARDIRQ_H__ */
491diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/hdreg.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/hdreg.h
492--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/hdreg.h 1969-12-31 19:00:00.000000000 -0500
493+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/hdreg.h 2005-05-08 23:33:21.958108126 -0400
494@@ -0,0 +1,8 @@
495+#ifndef __STUB__HDREG_H__
496+#define __STUB__HDREG_H__
497+#ifdef __arch64__
498+#include <asm-sparc64/hdreg.h>
499+#else
500+#include <asm-sparc/hdreg.h>
501+#endif
502+#endif /* __STUB__HDREG_H__ */
503diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/head.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/head.h
504--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/head.h 1969-12-31 19:00:00.000000000 -0500
505+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/head.h 2005-05-08 23:33:21.976105777 -0400
506@@ -0,0 +1,8 @@
507+#ifndef __STUB__HEAD_H__
508+#define __STUB__HEAD_H__
509+#ifdef __arch64__
510+#include <asm-sparc64/head.h>
511+#else
512+#include <asm-sparc/head.h>
513+#endif
514+#endif /* __STUB__HEAD_H__ */
515diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/hw_irq.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/hw_irq.h
516--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/hw_irq.h 1969-12-31 19:00:00.000000000 -0500
517+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/hw_irq.h 2005-05-08 23:33:21.995103298 -0400
518@@ -0,0 +1,8 @@
519+#ifndef __STUB__HW_IRQ_H__
520+#define __STUB__HW_IRQ_H__
521+#ifdef __arch64__
522+#include <asm-sparc64/hw_irq.h>
523+#else
524+#include <asm-sparc/hw_irq.h>
525+#endif
526+#endif /* __STUB__HW_IRQ_H__ */
527diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/idprom.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/idprom.h
528--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/idprom.h 1969-12-31 19:00:00.000000000 -0500
529+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/idprom.h 2005-05-08 23:33:22.014100818 -0400
530@@ -0,0 +1,8 @@
531+#ifndef __STUB__IDPROM_H__
532+#define __STUB__IDPROM_H__
533+#ifdef __arch64__
534+#include <asm-sparc64/idprom.h>
535+#else
536+#include <asm-sparc/idprom.h>
537+#endif
538+#endif /* __STUB__IDPROM_H__ */
539diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/init.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/init.h
540--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/init.h 1969-12-31 19:00:00.000000000 -0500
541+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/init.h 2005-05-08 23:33:22.035098078 -0400
542@@ -0,0 +1,8 @@
543+#ifndef __STUB__INIT_H__
544+#define __STUB__INIT_H__
545+#ifdef __arch64__
546+#include <asm-sparc64/init.h>
547+#else
548+#include <asm-sparc/init.h>
549+#endif
550+#endif /* __STUB__INIT_H__ */
551diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/io-unit.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/io-unit.h
552--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/io-unit.h 1969-12-31 19:00:00.000000000 -0500
553+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/io-unit.h 2005-05-08 23:33:19.625412551 -0400
554@@ -0,0 +1,6 @@
555+#ifndef __STUB__IO-UNIT_H__
556+#define __STUB__IO-UNIT_H__
557+#ifndef __arch64__
558+#include <asm-sparc/io-unit.h>
559+#endif
560+#endif /* __STUB__IO-UNIT_H__ */
561diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/io.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/io.h
562--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/io.h 1969-12-31 19:00:00.000000000 -0500
563+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/io.h 2005-05-08 23:33:22.053095729 -0400
564@@ -0,0 +1,8 @@
565+#ifndef __STUB__IO_H__
566+#define __STUB__IO_H__
567+#ifdef __arch64__
568+#include <asm-sparc64/io.h>
569+#else
570+#include <asm-sparc/io.h>
571+#endif
572+#endif /* __STUB__IO_H__ */
573diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/ioctl.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/ioctl.h
574--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/ioctl.h 1969-12-31 19:00:00.000000000 -0500
575+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/ioctl.h 2005-05-08 23:33:22.074092989 -0400
576@@ -0,0 +1,8 @@
577+#ifndef __STUB__IOCTL_H__
578+#define __STUB__IOCTL_H__
579+#ifdef __arch64__
580+#include <asm-sparc64/ioctl.h>
581+#else
582+#include <asm-sparc/ioctl.h>
583+#endif
584+#endif /* __STUB__IOCTL_H__ */
585diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/ioctls.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/ioctls.h
586--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/ioctls.h 1969-12-31 19:00:00.000000000 -0500
587+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/ioctls.h 2005-05-08 23:33:22.095090249 -0400
588@@ -0,0 +1,8 @@
589+#ifndef __STUB__IOCTLS_H__
590+#define __STUB__IOCTLS_H__
591+#ifdef __arch64__
592+#include <asm-sparc64/ioctls.h>
593+#else
594+#include <asm-sparc/ioctls.h>
595+#endif
596+#endif /* __STUB__IOCTLS_H__ */
597diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/iommu.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/iommu.h
598--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/iommu.h 1969-12-31 19:00:00.000000000 -0500
599+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/iommu.h 2005-05-08 23:33:22.113087900 -0400
600@@ -0,0 +1,8 @@
601+#ifndef __STUB__IOMMU_H__
602+#define __STUB__IOMMU_H__
603+#ifdef __arch64__
604+#include <asm-sparc64/iommu.h>
605+#else
606+#include <asm-sparc/iommu.h>
607+#endif
608+#endif /* __STUB__IOMMU_H__ */
609diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/ipc.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/ipc.h
610--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/ipc.h 1969-12-31 19:00:00.000000000 -0500
611+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/ipc.h 2005-05-08 23:33:22.132085421 -0400
612@@ -0,0 +1,8 @@
613+#ifndef __STUB__IPC_H__
614+#define __STUB__IPC_H__
615+#ifdef __arch64__
616+#include <asm-sparc64/ipc.h>
617+#else
618+#include <asm-sparc/ipc.h>
619+#endif
620+#endif /* __STUB__IPC_H__ */
621diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/ipcbuf.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/ipcbuf.h
622--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/ipcbuf.h 1969-12-31 19:00:00.000000000 -0500
623+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/ipcbuf.h 2005-05-08 23:33:22.151082942 -0400
624@@ -0,0 +1,8 @@
625+#ifndef __STUB__IPCBUF_H__
626+#define __STUB__IPCBUF_H__
627+#ifdef __arch64__
628+#include <asm-sparc64/ipcbuf.h>
629+#else
630+#include <asm-sparc/ipcbuf.h>
631+#endif
632+#endif /* __STUB__IPCBUF_H__ */
633diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/irq.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/irq.h
634--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/irq.h 1969-12-31 19:00:00.000000000 -0500
635+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/irq.h 2005-05-08 23:33:22.170080462 -0400
636@@ -0,0 +1,8 @@
637+#ifndef __STUB__IRQ_H__
638+#define __STUB__IRQ_H__
639+#ifdef __arch64__
640+#include <asm-sparc64/irq.h>
641+#else
642+#include <asm-sparc/irq.h>
643+#endif
644+#endif /* __STUB__IRQ_H__ */
645diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/isa.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/isa.h
646--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/isa.h 1969-12-31 19:00:00.000000000 -0500
647+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/isa.h 2005-05-08 23:33:22.188078114 -0400
648@@ -0,0 +1,6 @@
649+#ifndef __STUB__ISA_H__
650+#define __STUB__ISA_H__
651+#ifdef __arch64__
652+#include <asm-sparc64/isa.h>
653+#endif
654+#endif /* __STUB__ISA_H__ */
655diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/jsflash.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/jsflash.h
656--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/jsflash.h 1969-12-31 19:00:00.000000000 -0500
657+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/jsflash.h 2005-05-08 23:33:19.776392848 -0400
658@@ -0,0 +1,6 @@
659+#ifndef __STUB__JSFLASH_H__
660+#define __STUB__JSFLASH_H__
661+#ifndef __arch64__
662+#include <asm-sparc/jsflash.h>
663+#endif
664+#endif /* __STUB__JSFLASH_H__ */
665diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/kbio.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/kbio.h
666--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/kbio.h 1969-12-31 19:00:00.000000000 -0500
667+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/kbio.h 2005-05-08 23:33:22.207075634 -0400
668@@ -0,0 +1,8 @@
669+#ifndef __STUB__KBIO_H__
670+#define __STUB__KBIO_H__
671+#ifdef __arch64__
672+#include <asm-sparc64/kbio.h>
673+#else
674+#include <asm-sparc/kbio.h>
675+#endif
676+#endif /* __STUB__KBIO_H__ */
677diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/kdebug.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/kdebug.h
678--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/kdebug.h 1969-12-31 19:00:00.000000000 -0500
679+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/kdebug.h 2005-05-08 23:33:22.226073155 -0400
680@@ -0,0 +1,8 @@
681+#ifndef __STUB__KDEBUG_H__
682+#define __STUB__KDEBUG_H__
683+#ifdef __arch64__
684+#include <asm-sparc64/kdebug.h>
685+#else
686+#include <asm-sparc/kdebug.h>
687+#endif
688+#endif /* __STUB__KDEBUG_H__ */
689diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/kprobes.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/kprobes.h
690--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/kprobes.h 1969-12-31 19:00:00.000000000 -0500
691+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/kprobes.h 2005-05-08 23:33:22.245070676 -0400
692@@ -0,0 +1,6 @@
693+#ifndef __STUB__KPROBES_H__
694+#define __STUB__KPROBES_H__
695+#ifdef __arch64__
696+#include <asm-sparc64/kprobes.h>
697+#endif
698+#endif /* __STUB__KPROBES_H__ */
699diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/linkage.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/linkage.h
700--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/linkage.h 1969-12-31 19:00:00.000000000 -0500
701+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/linkage.h 2005-05-08 23:33:22.264068197 -0400
702@@ -0,0 +1,8 @@
703+#ifndef __STUB__LINKAGE_H__
704+#define __STUB__LINKAGE_H__
705+#ifdef __arch64__
706+#include <asm-sparc64/linkage.h>
707+#else
708+#include <asm-sparc/linkage.h>
709+#endif
710+#endif /* __STUB__LINKAGE_H__ */
711diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/lsu.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/lsu.h
712--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/lsu.h 1969-12-31 19:00:00.000000000 -0500
713+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/lsu.h 2005-05-08 23:33:22.283065717 -0400
714@@ -0,0 +1,6 @@
715+#ifndef __STUB__LSU_H__
716+#define __STUB__LSU_H__
717+#ifdef __arch64__
718+#include <asm-sparc64/lsu.h>
719+#endif
720+#endif /* __STUB__LSU_H__ */
721diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/machines.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/machines.h
722--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/machines.h 1969-12-31 19:00:00.000000000 -0500
723+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/machines.h 2005-05-08 23:33:19.853382800 -0400
724@@ -0,0 +1,6 @@
725+#ifndef __STUB__MACHINES_H__
726+#define __STUB__MACHINES_H__
727+#ifndef __arch64__
728+#include <asm-sparc/machines.h>
729+#endif
730+#endif /* __STUB__MACHINES_H__ */
731diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/mbus.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/mbus.h
732--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/mbus.h 1969-12-31 19:00:00.000000000 -0500
733+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/mbus.h 2005-05-08 23:33:19.873380191 -0400
734@@ -0,0 +1,6 @@
735+#ifndef __STUB__MBUS_H__
736+#define __STUB__MBUS_H__
737+#ifndef __arch64__
738+#include <asm-sparc/mbus.h>
739+#endif
740+#endif /* __STUB__MBUS_H__ */
741diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/memreg.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/memreg.h
742--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/memreg.h 1969-12-31 19:00:00.000000000 -0500
743+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/memreg.h 2005-05-08 23:33:19.891377842 -0400
744@@ -0,0 +1,6 @@
745+#ifndef __STUB__MEMREG_H__
746+#define __STUB__MEMREG_H__
747+#ifndef __arch64__
748+#include <asm-sparc/memreg.h>
749+#endif
750+#endif /* __STUB__MEMREG_H__ */
751diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/mman.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/mman.h
752--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/mman.h 1969-12-31 19:00:00.000000000 -0500
753+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/mman.h 2005-05-08 23:33:22.302063238 -0400
754@@ -0,0 +1,8 @@
755+#ifndef __STUB__MMAN_H__
756+#define __STUB__MMAN_H__
757+#ifdef __arch64__
758+#include <asm-sparc64/mman.h>
759+#else
760+#include <asm-sparc/mman.h>
761+#endif
762+#endif /* __STUB__MMAN_H__ */
763diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/mmu.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/mmu.h
764--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/mmu.h 1969-12-31 19:00:00.000000000 -0500
765+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/mmu.h 2005-05-08 23:33:22.321060759 -0400
766@@ -0,0 +1,8 @@
767+#ifndef __STUB__MMU_H__
768+#define __STUB__MMU_H__
769+#ifdef __arch64__
770+#include <asm-sparc64/mmu.h>
771+#else
772+#include <asm-sparc/mmu.h>
773+#endif
774+#endif /* __STUB__MMU_H__ */
775diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/mmu_context.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/mmu_context.h
776--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/mmu_context.h 1969-12-31 19:00:00.000000000 -0500
777+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/mmu_context.h 2005-05-08 23:33:22.340058280 -0400
778@@ -0,0 +1,8 @@
779+#ifndef __STUB__MMU_CONTEXT_H__
780+#define __STUB__MMU_CONTEXT_H__
781+#ifdef __arch64__
782+#include <asm-sparc64/mmu_context.h>
783+#else
784+#include <asm-sparc/mmu_context.h>
785+#endif
786+#endif /* __STUB__MMU_CONTEXT_H__ */
787diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/module.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/module.h
788--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/module.h 1969-12-31 19:00:00.000000000 -0500
789+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/module.h 2005-05-08 23:33:22.358055931 -0400
790@@ -0,0 +1,8 @@
791+#ifndef __STUB__MODULE_H__
792+#define __STUB__MODULE_H__
793+#ifdef __arch64__
794+#include <asm-sparc64/module.h>
795+#else
796+#include <asm-sparc/module.h>
797+#endif
798+#endif /* __STUB__MODULE_H__ */
799diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/mostek.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/mostek.h
800--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/mostek.h 1969-12-31 19:00:00.000000000 -0500
801+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/mostek.h 2005-05-08 23:33:22.376053582 -0400
802@@ -0,0 +1,8 @@
803+#ifndef __STUB__MOSTEK_H__
804+#define __STUB__MOSTEK_H__
805+#ifdef __arch64__
806+#include <asm-sparc64/mostek.h>
807+#else
808+#include <asm-sparc/mostek.h>
809+#endif
810+#endif /* __STUB__MOSTEK_H__ */
811diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/mpmbox.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/mpmbox.h
812--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/mpmbox.h 1969-12-31 19:00:00.000000000 -0500
813+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/mpmbox.h 2005-05-08 23:33:20.008362575 -0400
814@@ -0,0 +1,6 @@
815+#ifndef __STUB__MPMBOX_H__
816+#define __STUB__MPMBOX_H__
817+#ifndef __arch64__
818+#include <asm-sparc/mpmbox.h>
819+#endif
820+#endif /* __STUB__MPMBOX_H__ */
821diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/msgbuf.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/msgbuf.h
822--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/msgbuf.h 1969-12-31 19:00:00.000000000 -0500
823+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/msgbuf.h 2005-05-08 23:33:22.395051103 -0400
824@@ -0,0 +1,8 @@
825+#ifndef __STUB__MSGBUF_H__
826+#define __STUB__MSGBUF_H__
827+#ifdef __arch64__
828+#include <asm-sparc64/msgbuf.h>
829+#else
830+#include <asm-sparc/msgbuf.h>
831+#endif
832+#endif /* __STUB__MSGBUF_H__ */
833diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/msi.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/msi.h
834--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/msi.h 1969-12-31 19:00:00.000000000 -0500
835+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/msi.h 2005-05-08 23:33:20.045357747 -0400
836@@ -0,0 +1,6 @@
837+#ifndef __STUB__MSI_H__
838+#define __STUB__MSI_H__
839+#ifndef __arch64__
840+#include <asm-sparc/msi.h>
841+#endif
842+#endif /* __STUB__MSI_H__ */
843diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/mxcc.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/mxcc.h
844--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/mxcc.h 1969-12-31 19:00:00.000000000 -0500
845+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/mxcc.h 2005-05-08 23:33:20.065355137 -0400
846@@ -0,0 +1,6 @@
847+#ifndef __STUB__MXCC_H__
848+#define __STUB__MXCC_H__
849+#ifndef __arch64__
850+#include <asm-sparc/mxcc.h>
851+#endif
852+#endif /* __STUB__MXCC_H__ */
853diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/namei.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/namei.h
854--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/namei.h 1969-12-31 19:00:00.000000000 -0500
855+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/namei.h 2005-05-08 23:33:22.415048493 -0400
856@@ -0,0 +1,8 @@
857+#ifndef __STUB__NAMEI_H__
858+#define __STUB__NAMEI_H__
859+#ifdef __arch64__
860+#include <asm-sparc64/namei.h>
861+#else
862+#include <asm-sparc/namei.h>
863+#endif
864+#endif /* __STUB__NAMEI_H__ */
865diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/ns87303.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/ns87303.h
866--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/ns87303.h 1969-12-31 19:00:00.000000000 -0500
867+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/ns87303.h 2005-05-08 23:33:22.433046144 -0400
868@@ -0,0 +1,6 @@
869+#ifndef __STUB__NS87303_H__
870+#define __STUB__NS87303_H__
871+#ifdef __arch64__
872+#include <asm-sparc64/ns87303.h>
873+#endif
874+#endif /* __STUB__NS87303_H__ */
875diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/obio.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/obio.h
876--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/obio.h 1969-12-31 19:00:00.000000000 -0500
877+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/obio.h 2005-05-08 23:33:20.102350309 -0400
878@@ -0,0 +1,6 @@
879+#ifndef __STUB__OBIO_H__
880+#define __STUB__OBIO_H__
881+#ifndef __arch64__
882+#include <asm-sparc/obio.h>
883+#endif
884+#endif /* __STUB__OBIO_H__ */
885diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/openprom.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/openprom.h
886--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/openprom.h 1969-12-31 19:00:00.000000000 -0500
887+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/openprom.h 2005-05-08 23:33:22.453043535 -0400
888@@ -0,0 +1,8 @@
889+#ifndef __STUB__OPENPROM_H__
890+#define __STUB__OPENPROM_H__
891+#ifdef __arch64__
892+#include <asm-sparc64/openprom.h>
893+#else
894+#include <asm-sparc/openprom.h>
895+#endif
896+#endif /* __STUB__OPENPROM_H__ */
897diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/openpromio.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/openpromio.h
898--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/openpromio.h 1969-12-31 19:00:00.000000000 -0500
899+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/openpromio.h 2005-05-08 23:33:22.472041055 -0400
900@@ -0,0 +1,8 @@
901+#ifndef __STUB__OPENPROMIO_H__
902+#define __STUB__OPENPROMIO_H__
903+#ifdef __arch64__
904+#include <asm-sparc64/openpromio.h>
905+#else
906+#include <asm-sparc/openpromio.h>
907+#endif
908+#endif /* __STUB__OPENPROMIO_H__ */
909diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/oplib.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/oplib.h
910--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/oplib.h 1969-12-31 19:00:00.000000000 -0500
911+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/oplib.h 2005-05-08 23:33:22.491038576 -0400
912@@ -0,0 +1,8 @@
913+#ifndef __STUB__OPLIB_H__
914+#define __STUB__OPLIB_H__
915+#ifdef __arch64__
916+#include <asm-sparc64/oplib.h>
917+#else
918+#include <asm-sparc/oplib.h>
919+#endif
920+#endif /* __STUB__OPLIB_H__ */
921diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/page.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/page.h
922--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/page.h 1969-12-31 19:00:00.000000000 -0500
923+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/page.h 2005-05-08 23:33:22.509036227 -0400
924@@ -0,0 +1,8 @@
925+#ifndef __STUB__PAGE_H__
926+#define __STUB__PAGE_H__
927+#ifdef __arch64__
928+#include <asm-sparc64/page.h>
929+#else
930+#include <asm-sparc/page.h>
931+#endif
932+#endif /* __STUB__PAGE_H__ */
933diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/param.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/param.h
934--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/param.h 1969-12-31 19:00:00.000000000 -0500
935+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/param.h 2005-05-08 23:33:22.527033879 -0400
936@@ -0,0 +1,8 @@
937+#ifndef __STUB__PARAM_H__
938+#define __STUB__PARAM_H__
939+#ifdef __arch64__
940+#include <asm-sparc64/param.h>
941+#else
942+#include <asm-sparc/param.h>
943+#endif
944+#endif /* __STUB__PARAM_H__ */
945diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/parport.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/parport.h
946--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/parport.h 1969-12-31 19:00:00.000000000 -0500
947+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/parport.h 2005-05-08 23:33:22.547031269 -0400
948@@ -0,0 +1,6 @@
949+#ifndef __STUB__PARPORT_H__
950+#define __STUB__PARPORT_H__
951+#ifdef __arch64__
952+#include <asm-sparc64/parport.h>
953+#endif
954+#endif /* __STUB__PARPORT_H__ */
955diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/pbm.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/pbm.h
956--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/pbm.h 1969-12-31 19:00:00.000000000 -0500
957+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/pbm.h 2005-05-08 23:33:22.566028790 -0400
958@@ -0,0 +1,8 @@
959+#ifndef __STUB__PBM_H__
960+#define __STUB__PBM_H__
961+#ifdef __arch64__
962+#include <asm-sparc64/pbm.h>
963+#else
964+#include <asm-sparc/pbm.h>
965+#endif
966+#endif /* __STUB__PBM_H__ */
967diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/pcic.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/pcic.h
968--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/pcic.h 1969-12-31 19:00:00.000000000 -0500
969+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/pcic.h 2005-05-08 23:33:20.235332954 -0400
970@@ -0,0 +1,6 @@
971+#ifndef __STUB__PCIC_H__
972+#define __STUB__PCIC_H__
973+#ifndef __arch64__
974+#include <asm-sparc/pcic.h>
975+#endif
976+#endif /* __STUB__PCIC_H__ */
977diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/pconf.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/pconf.h
978--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/pconf.h 1969-12-31 19:00:00.000000000 -0500
979+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/pconf.h 2005-05-08 23:33:22.586026180 -0400
980@@ -0,0 +1,8 @@
981+#ifndef __STUB__PCONF_H__
982+#define __STUB__PCONF_H__
983+#ifdef __arch64__
984+#include <asm-sparc64/pconf.h>
985+#else
986+#include <asm-sparc/pconf.h>
987+#endif
988+#endif /* __STUB__PCONF_H__ */
989diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/perfctr.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/perfctr.h
990--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/perfctr.h 1969-12-31 19:00:00.000000000 -0500
991+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/perfctr.h 2005-05-08 23:33:22.606023570 -0400
992@@ -0,0 +1,8 @@
993+#ifndef __STUB__PERFCTR_H__
994+#define __STUB__PERFCTR_H__
995+#ifdef __arch64__
996+#include <asm-sparc64/perfctr.h>
997+#else
998+#include <asm-sparc/perfctr.h>
999+#endif
1000+#endif /* __STUB__PERFCTR_H__ */
1001diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/pgalloc.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/pgalloc.h
1002--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/pgalloc.h 1969-12-31 19:00:00.000000000 -0500
1003+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/pgalloc.h 2005-05-08 23:33:22.625021091 -0400
1004@@ -0,0 +1,8 @@
1005+#ifndef __STUB__PGALLOC_H__
1006+#define __STUB__PGALLOC_H__
1007+#ifdef __arch64__
1008+#include <asm-sparc64/pgalloc.h>
1009+#else
1010+#include <asm-sparc/pgalloc.h>
1011+#endif
1012+#endif /* __STUB__PGALLOC_H__ */
1013diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/pgtsrmmu.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/pgtsrmmu.h
1014--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/pgtsrmmu.h 1969-12-31 19:00:00.000000000 -0500
1015+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/pgtsrmmu.h 2005-05-08 23:33:20.310323168 -0400
1016@@ -0,0 +1,6 @@
1017+#ifndef __STUB__PGTSRMMU_H__
1018+#define __STUB__PGTSRMMU_H__
1019+#ifndef __arch64__
1020+#include <asm-sparc/pgtsrmmu.h>
1021+#endif
1022+#endif /* __STUB__PGTSRMMU_H__ */
1023diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/pgtsun4.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/pgtsun4.h
1024--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/pgtsun4.h 1969-12-31 19:00:00.000000000 -0500
1025+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/pgtsun4.h 2005-05-08 23:33:20.328320819 -0400
1026@@ -0,0 +1,6 @@
1027+#ifndef __STUB__PGTSUN4_H__
1028+#define __STUB__PGTSUN4_H__
1029+#ifndef __arch64__
1030+#include <asm-sparc/pgtsun4.h>
1031+#endif
1032+#endif /* __STUB__PGTSUN4_H__ */
1033diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/pgtsun4c.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/pgtsun4c.h
1034--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/pgtsun4c.h 1969-12-31 19:00:00.000000000 -0500
1035+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/pgtsun4c.h 2005-05-08 23:33:20.346318470 -0400
1036@@ -0,0 +1,6 @@
1037+#ifndef __STUB__PGTSUN4C_H__
1038+#define __STUB__PGTSUN4C_H__
1039+#ifndef __arch64__
1040+#include <asm-sparc/pgtsun4c.h>
1041+#endif
1042+#endif /* __STUB__PGTSUN4C_H__ */
1043diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/pil.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/pil.h
1044--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/pil.h 1969-12-31 19:00:00.000000000 -0500
1045+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/pil.h 2005-05-08 23:33:22.644018612 -0400
1046@@ -0,0 +1,6 @@
1047+#ifndef __STUB__PIL_H__
1048+#define __STUB__PIL_H__
1049+#ifdef __arch64__
1050+#include <asm-sparc64/pil.h>
1051+#endif
1052+#endif /* __STUB__PIL_H__ */
1053diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/poll.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/poll.h
1054--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/poll.h 1969-12-31 19:00:00.000000000 -0500
1055+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/poll.h 2005-05-08 23:33:22.663016132 -0400
1056@@ -0,0 +1,8 @@
1057+#ifndef __STUB__POLL_H__
1058+#define __STUB__POLL_H__
1059+#ifdef __arch64__
1060+#include <asm-sparc64/poll.h>
1061+#else
1062+#include <asm-sparc/poll.h>
1063+#endif
1064+#endif /* __STUB__POLL_H__ */
1065diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/posix_types.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/posix_types.h
1066--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/posix_types.h 1969-12-31 19:00:00.000000000 -0500
1067+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/posix_types.h 2005-05-08 23:33:22.682013653 -0400
1068@@ -0,0 +1,8 @@
1069+#ifndef __STUB__POSIX_TYPES_H__
1070+#define __STUB__POSIX_TYPES_H__
1071+#ifdef __arch64__
1072+#include <asm-sparc64/posix_types.h>
1073+#else
1074+#include <asm-sparc/posix_types.h>
1075+#endif
1076+#endif /* __STUB__POSIX_TYPES_H__ */
1077diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/processor.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/processor.h
1078--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/processor.h 1969-12-31 19:00:00.000000000 -0500
1079+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/processor.h 2005-05-08 23:33:22.700011304 -0400
1080@@ -0,0 +1,8 @@
1081+#ifndef __STUB__PROCESSOR_H__
1082+#define __STUB__PROCESSOR_H__
1083+#ifdef __arch64__
1084+#include <asm-sparc64/processor.h>
1085+#else
1086+#include <asm-sparc/processor.h>
1087+#endif
1088+#endif /* __STUB__PROCESSOR_H__ */
1089diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/psr.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/psr.h
1090--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/psr.h 1969-12-31 19:00:00.000000000 -0500
1091+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/psr.h 2005-05-08 23:33:20.422308553 -0400
1092@@ -0,0 +1,6 @@
1093+#ifndef __STUB__PSR_H__
1094+#define __STUB__PSR_H__
1095+#ifndef __arch64__
1096+#include <asm-sparc/psr.h>
1097+#endif
1098+#endif /* __STUB__PSR_H__ */
1099diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/psrcompat.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/psrcompat.h
1100--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/psrcompat.h 1969-12-31 19:00:00.000000000 -0500
1101+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/psrcompat.h 2005-05-08 23:33:22.719008825 -0400
1102@@ -0,0 +1,6 @@
1103+#ifndef __STUB__PSRCOMPAT_H__
1104+#define __STUB__PSRCOMPAT_H__
1105+#ifdef __arch64__
1106+#include <asm-sparc64/psrcompat.h>
1107+#endif
1108+#endif /* __STUB__PSRCOMPAT_H__ */
1109diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/pstate.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/pstate.h
1110--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/pstate.h 1969-12-31 19:00:00.000000000 -0500
1111+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/pstate.h 2005-05-08 23:33:22.737006476 -0400
1112@@ -0,0 +1,6 @@
1113+#ifndef __STUB__PSTATE_H__
1114+#define __STUB__PSTATE_H__
1115+#ifdef __arch64__
1116+#include <asm-sparc64/pstate.h>
1117+#endif
1118+#endif /* __STUB__PSTATE_H__ */
1119diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/ptrace.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/ptrace.h
1120--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/ptrace.h 1969-12-31 19:00:00.000000000 -0500
1121+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/ptrace.h 2005-05-08 23:33:22.757003867 -0400
1122@@ -0,0 +1,8 @@
1123+#ifndef __STUB__PTRACE_H__
1124+#define __STUB__PTRACE_H__
1125+#ifdef __arch64__
1126+#include <asm-sparc64/ptrace.h>
1127+#else
1128+#include <asm-sparc/ptrace.h>
1129+#endif
1130+#endif /* __STUB__PTRACE_H__ */
1131diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/reg.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/reg.h
1132--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/reg.h 1969-12-31 19:00:00.000000000 -0500
1133+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/reg.h 2005-05-08 23:33:22.775001518 -0400
1134@@ -0,0 +1,8 @@
1135+#ifndef __STUB__REG_H__
1136+#define __STUB__REG_H__
1137+#ifdef __arch64__
1138+#include <asm-sparc64/reg.h>
1139+#else
1140+#include <asm-sparc/reg.h>
1141+#endif
1142+#endif /* __STUB__REG_H__ */
1143diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/ross.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/ross.h
1144--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/ross.h 1969-12-31 19:00:00.000000000 -0500
1145+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/ross.h 2005-05-08 23:33:20.478301246 -0400
1146@@ -0,0 +1,6 @@
1147+#ifndef __STUB__ROSS_H__
1148+#define __STUB__ROSS_H__
1149+#ifndef __arch64__
1150+#include <asm-sparc/ross.h>
1151+#endif
1152+#endif /* __STUB__ROSS_H__ */
1153diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/sbi.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/sbi.h
1154--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/sbi.h 1969-12-31 19:00:00.000000000 -0500
1155+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/sbi.h 2005-05-08 23:33:20.496298897 -0400
1156@@ -0,0 +1,6 @@
1157+#ifndef __STUB__SBI_H__
1158+#define __STUB__SBI_H__
1159+#ifndef __arch64__
1160+#include <asm-sparc/sbi.h>
1161+#endif
1162+#endif /* __STUB__SBI_H__ */
1163diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/sbus.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/sbus.h
1164--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/sbus.h 1969-12-31 19:00:00.000000000 -0500
1165+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/sbus.h 2005-05-08 23:33:22.794998908 -0400
1166@@ -0,0 +1,8 @@
1167+#ifndef __STUB__SBUS_H__
1168+#define __STUB__SBUS_H__
1169+#ifdef __arch64__
1170+#include <asm-sparc64/sbus.h>
1171+#else
1172+#include <asm-sparc/sbus.h>
1173+#endif
1174+#endif /* __STUB__SBUS_H__ */
1175diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/segment.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/segment.h
1176--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/segment.h 1969-12-31 19:00:00.000000000 -0500
1177+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/segment.h 2005-05-08 23:33:22.812996559 -0400
1178@@ -0,0 +1,8 @@
1179+#ifndef __STUB__SEGMENT_H__
1180+#define __STUB__SEGMENT_H__
1181+#ifdef __arch64__
1182+#include <asm-sparc64/segment.h>
1183+#else
1184+#include <asm-sparc/segment.h>
1185+#endif
1186+#endif /* __STUB__SEGMENT_H__ */
1187diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/semaphore.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/semaphore.h
1188--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/semaphore.h 1969-12-31 19:00:00.000000000 -0500
1189+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/semaphore.h 2005-05-08 23:33:22.832993950 -0400
1190@@ -0,0 +1,8 @@
1191+#ifndef __STUB__SEMAPHORE_H__
1192+#define __STUB__SEMAPHORE_H__
1193+#ifdef __arch64__
1194+#include <asm-sparc64/semaphore.h>
1195+#else
1196+#include <asm-sparc/semaphore.h>
1197+#endif
1198+#endif /* __STUB__SEMAPHORE_H__ */
1199diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/sembuf.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/sembuf.h
1200--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/sembuf.h 1969-12-31 19:00:00.000000000 -0500
1201+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/sembuf.h 2005-05-08 23:33:22.852991340 -0400
1202@@ -0,0 +1,8 @@
1203+#ifndef __STUB__SEMBUF_H__
1204+#define __STUB__SEMBUF_H__
1205+#ifdef __arch64__
1206+#include <asm-sparc64/sembuf.h>
1207+#else
1208+#include <asm-sparc/sembuf.h>
1209+#endif
1210+#endif /* __STUB__SEMBUF_H__ */
1211diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/sfp-machine.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/sfp-machine.h
1212--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/sfp-machine.h 1969-12-31 19:00:00.000000000 -0500
1213+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/sfp-machine.h 2005-05-08 23:33:22.871988861 -0400
1214@@ -0,0 +1,8 @@
1215+#ifndef __STUB__SFP-MACHINE_H__
1216+#define __STUB__SFP-MACHINE_H__
1217+#ifdef __arch64__
1218+#include <asm-sparc64/sfp-machine.h>
1219+#else
1220+#include <asm-sparc/sfp-machine.h>
1221+#endif
1222+#endif /* __STUB__SFP-MACHINE_H__ */
1223diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/shmbuf.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/shmbuf.h
1224--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/shmbuf.h 1969-12-31 19:00:00.000000000 -0500
1225+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/shmbuf.h 2005-05-08 23:33:22.890986381 -0400
1226@@ -0,0 +1,8 @@
1227+#ifndef __STUB__SHMBUF_H__
1228+#define __STUB__SHMBUF_H__
1229+#ifdef __arch64__
1230+#include <asm-sparc64/shmbuf.h>
1231+#else
1232+#include <asm-sparc/shmbuf.h>
1233+#endif
1234+#endif /* __STUB__SHMBUF_H__ */
1235diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/shmparam.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/shmparam.h
1236--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/shmparam.h 1969-12-31 19:00:00.000000000 -0500
1237+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/shmparam.h 2005-05-08 23:33:22.909983902 -0400
1238@@ -0,0 +1,8 @@
1239+#ifndef __STUB__SHMPARAM_H__
1240+#define __STUB__SHMPARAM_H__
1241+#ifdef __arch64__
1242+#include <asm-sparc64/shmparam.h>
1243+#else
1244+#include <asm-sparc/shmparam.h>
1245+#endif
1246+#endif /* __STUB__SHMPARAM_H__ */
1247diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/sigcontext.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/sigcontext.h
1248--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/sigcontext.h 1969-12-31 19:00:00.000000000 -0500
1249+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/sigcontext.h 2005-05-08 23:33:22.928981423 -0400
1250@@ -0,0 +1,8 @@
1251+#ifndef __STUB__SIGCONTEXT_H__
1252+#define __STUB__SIGCONTEXT_H__
1253+#ifdef __arch64__
1254+#include <asm-sparc64/sigcontext.h>
1255+#else
1256+#include <asm-sparc/sigcontext.h>
1257+#endif
1258+#endif /* __STUB__SIGCONTEXT_H__ */
1259diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/siginfo.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/siginfo.h
1260--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/siginfo.h 1969-12-31 19:00:00.000000000 -0500
1261+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/siginfo.h 2005-05-08 23:33:22.946979074 -0400
1262@@ -0,0 +1,8 @@
1263+#ifndef __STUB__SIGINFO_H__
1264+#define __STUB__SIGINFO_H__
1265+#ifdef __arch64__
1266+#include <asm-sparc64/siginfo.h>
1267+#else
1268+#include <asm-sparc/siginfo.h>
1269+#endif
1270+#endif /* __STUB__SIGINFO_H__ */
1271diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/smpprim.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/smpprim.h
1272--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/smpprim.h 1969-12-31 19:00:00.000000000 -0500
1273+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/smpprim.h 2005-05-08 23:33:20.689273713 -0400
1274@@ -0,0 +1,6 @@
1275+#ifndef __STUB__SMPPRIM_H__
1276+#define __STUB__SMPPRIM_H__
1277+#ifndef __arch64__
1278+#include <asm-sparc/smpprim.h>
1279+#endif
1280+#endif /* __STUB__SMPPRIM_H__ */
1281diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/socket.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/socket.h
1282--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/socket.h 1969-12-31 19:00:00.000000000 -0500
1283+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/socket.h 2005-05-08 23:33:22.965976595 -0400
1284@@ -0,0 +1,8 @@
1285+#ifndef __STUB__SOCKET_H__
1286+#define __STUB__SOCKET_H__
1287+#ifdef __arch64__
1288+#include <asm-sparc64/socket.h>
1289+#else
1290+#include <asm-sparc/socket.h>
1291+#endif
1292+#endif /* __STUB__SOCKET_H__ */
1293diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/sockios.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/sockios.h
1294--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/sockios.h 1969-12-31 19:00:00.000000000 -0500
1295+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/sockios.h 2005-05-08 23:33:22.985973985 -0400
1296@@ -0,0 +1,8 @@
1297+#ifndef __STUB__SOCKIOS_H__
1298+#define __STUB__SOCKIOS_H__
1299+#ifdef __arch64__
1300+#include <asm-sparc64/sockios.h>
1301+#else
1302+#include <asm-sparc/sockios.h>
1303+#endif
1304+#endif /* __STUB__SOCKIOS_H__ */
1305diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/solerrno.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/solerrno.h
1306--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/solerrno.h 1969-12-31 19:00:00.000000000 -0500
1307+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/solerrno.h 2005-05-08 23:33:23.003971636 -0400
1308@@ -0,0 +1,8 @@
1309+#ifndef __STUB__SOLERRNO_H__
1310+#define __STUB__SOLERRNO_H__
1311+#ifdef __arch64__
1312+#include <asm-sparc64/solerrno.h>
1313+#else
1314+#include <asm-sparc/solerrno.h>
1315+#endif
1316+#endif /* __STUB__SOLERRNO_H__ */
1317diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/spinlock.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/spinlock.h
1318--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/spinlock.h 1969-12-31 19:00:00.000000000 -0500
1319+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/spinlock.h 2005-05-08 23:33:23.022969157 -0400
1320@@ -0,0 +1,8 @@
1321+#ifndef __STUB__SPINLOCK_H__
1322+#define __STUB__SPINLOCK_H__
1323+#ifdef __arch64__
1324+#include <asm-sparc64/spinlock.h>
1325+#else
1326+#include <asm-sparc/spinlock.h>
1327+#endif
1328+#endif /* __STUB__SPINLOCK_H__ */
1329diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/spitfire.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/spitfire.h
1330--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/spitfire.h 1969-12-31 19:00:00.000000000 -0500
1331+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/spitfire.h 2005-05-08 23:33:23.041966678 -0400
1332@@ -0,0 +1,6 @@
1333+#ifndef __STUB__SPITFIRE_H__
1334+#define __STUB__SPITFIRE_H__
1335+#ifdef __arch64__
1336+#include <asm-sparc64/spitfire.h>
1337+#endif
1338+#endif /* __STUB__SPITFIRE_H__ */
1339diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/starfire.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/starfire.h
1340--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/starfire.h 1969-12-31 19:00:00.000000000 -0500
1341+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/starfire.h 2005-05-08 23:33:23.059964329 -0400
1342@@ -0,0 +1,6 @@
1343+#ifndef __STUB__STARFIRE_H__
1344+#define __STUB__STARFIRE_H__
1345+#ifdef __arch64__
1346+#include <asm-sparc64/starfire.h>
1347+#endif
1348+#endif /* __STUB__STARFIRE_H__ */
1349diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/stat.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/stat.h
1350--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/stat.h 1969-12-31 19:00:00.000000000 -0500
1351+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/stat.h 2005-05-08 23:33:23.078961850 -0400
1352@@ -0,0 +1,8 @@
1353+#ifndef __STUB__STAT_H__
1354+#define __STUB__STAT_H__
1355+#ifdef __arch64__
1356+#include <asm-sparc64/stat.h>
1357+#else
1358+#include <asm-sparc/stat.h>
1359+#endif
1360+#endif /* __STUB__STAT_H__ */
1361diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/sun4paddr.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/sun4paddr.h
1362--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/sun4paddr.h 1969-12-31 19:00:00.000000000 -0500
1363+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/sun4paddr.h 2005-05-08 23:33:20.801259099 -0400
1364@@ -0,0 +1,6 @@
1365+#ifndef __STUB__SUN4PADDR_H__
1366+#define __STUB__SUN4PADDR_H__
1367+#ifndef __arch64__
1368+#include <asm-sparc/sun4paddr.h>
1369+#endif
1370+#endif /* __STUB__SUN4PADDR_H__ */
1371diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/sun4prom.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/sun4prom.h
1372--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/sun4prom.h 1969-12-31 19:00:00.000000000 -0500
1373+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/sun4prom.h 2005-05-08 23:33:20.819256750 -0400
1374@@ -0,0 +1,6 @@
1375+#ifndef __STUB__SUN4PROM_H__
1376+#define __STUB__SUN4PROM_H__
1377+#ifndef __arch64__
1378+#include <asm-sparc/sun4prom.h>
1379+#endif
1380+#endif /* __STUB__SUN4PROM_H__ */
1381diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/sunbpp.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/sunbpp.h
1382--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/sunbpp.h 1969-12-31 19:00:00.000000000 -0500
1383+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/sunbpp.h 2005-05-08 23:33:23.096959501 -0400
1384@@ -0,0 +1,8 @@
1385+#ifndef __STUB__SUNBPP_H__
1386+#define __STUB__SUNBPP_H__
1387+#ifdef __arch64__
1388+#include <asm-sparc64/sunbpp.h>
1389+#else
1390+#include <asm-sparc/sunbpp.h>
1391+#endif
1392+#endif /* __STUB__SUNBPP_H__ */
1393diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/svr4.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/svr4.h
1394--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/svr4.h 1969-12-31 19:00:00.000000000 -0500
1395+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/svr4.h 2005-05-08 23:33:23.115957022 -0400
1396@@ -0,0 +1,8 @@
1397+#ifndef __STUB__SVR4_H__
1398+#define __STUB__SVR4_H__
1399+#ifdef __arch64__
1400+#include <asm-sparc64/svr4.h>
1401+#else
1402+#include <asm-sparc/svr4.h>
1403+#endif
1404+#endif /* __STUB__SVR4_H__ */
1405diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/swift.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/swift.h
1406--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/swift.h 1969-12-31 19:00:00.000000000 -0500
1407+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/swift.h 2005-05-08 23:33:20.878249051 -0400
1408@@ -0,0 +1,6 @@
1409+#ifndef __STUB__SWIFT_H__
1410+#define __STUB__SWIFT_H__
1411+#ifndef __arch64__
1412+#include <asm-sparc/swift.h>
1413+#endif
1414+#endif /* __STUB__SWIFT_H__ */
1415diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/sysen.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/sysen.h
1416--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/sysen.h 1969-12-31 19:00:00.000000000 -0500
1417+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/sysen.h 2005-05-08 23:33:20.897246572 -0400
1418@@ -0,0 +1,6 @@
1419+#ifndef __STUB__SYSEN_H__
1420+#define __STUB__SYSEN_H__
1421+#ifndef __arch64__
1422+#include <asm-sparc/sysen.h>
1423+#endif
1424+#endif /* __STUB__SYSEN_H__ */
1425diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/system.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/system.h
1426--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/system.h 1969-12-31 19:00:00.000000000 -0500
1427+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/system.h 2005-05-08 23:33:23.135954412 -0400
1428@@ -0,0 +1,8 @@
1429+#ifndef __STUB__SYSTEM_H__
1430+#define __STUB__SYSTEM_H__
1431+#ifdef __arch64__
1432+#include <asm-sparc64/system.h>
1433+#else
1434+#include <asm-sparc/system.h>
1435+#endif
1436+#endif /* __STUB__SYSTEM_H__ */
1437diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/termbits.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/termbits.h
1438--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/termbits.h 1969-12-31 19:00:00.000000000 -0500
1439+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/termbits.h 2005-05-08 23:33:23.155951802 -0400
1440@@ -0,0 +1,8 @@
1441+#ifndef __STUB__TERMBITS_H__
1442+#define __STUB__TERMBITS_H__
1443+#ifdef __arch64__
1444+#include <asm-sparc64/termbits.h>
1445+#else
1446+#include <asm-sparc/termbits.h>
1447+#endif
1448+#endif /* __STUB__TERMBITS_H__ */
1449diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/termios.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/termios.h
1450--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/termios.h 1969-12-31 19:00:00.000000000 -0500
1451+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/termios.h 2005-05-08 23:33:23.174949323 -0400
1452@@ -0,0 +1,8 @@
1453+#ifndef __STUB__TERMIOS_H__
1454+#define __STUB__TERMIOS_H__
1455+#ifdef __arch64__
1456+#include <asm-sparc64/termios.h>
1457+#else
1458+#include <asm-sparc/termios.h>
1459+#endif
1460+#endif /* __STUB__TERMIOS_H__ */
1461diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/timer.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/timer.h
1462--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/timer.h 1969-12-31 19:00:00.000000000 -0500
1463+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/timer.h 2005-05-08 23:33:23.193946844 -0400
1464@@ -0,0 +1,8 @@
1465+#ifndef __STUB__TIMER_H__
1466+#define __STUB__TIMER_H__
1467+#ifdef __arch64__
1468+#include <asm-sparc64/timer.h>
1469+#else
1470+#include <asm-sparc/timer.h>
1471+#endif
1472+#endif /* __STUB__TIMER_H__ */
1473diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/timex.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/timex.h
1474--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/timex.h 1969-12-31 19:00:00.000000000 -0500
1475+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/timex.h 2005-05-08 23:33:23.212944365 -0400
1476@@ -0,0 +1,8 @@
1477+#ifndef __STUB__TIMEX_H__
1478+#define __STUB__TIMEX_H__
1479+#ifdef __arch64__
1480+#include <asm-sparc64/timex.h>
1481+#else
1482+#include <asm-sparc/timex.h>
1483+#endif
1484+#endif /* __STUB__TIMEX_H__ */
1485diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/tlbflush.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/tlbflush.h
1486--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/tlbflush.h 1969-12-31 19:00:00.000000000 -0500
1487+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/tlbflush.h 2005-05-08 23:33:23.231941885 -0400
1488@@ -0,0 +1,8 @@
1489+#ifndef __STUB__TLBFLUSH_H__
1490+#define __STUB__TLBFLUSH_H__
1491+#ifdef __arch64__
1492+#include <asm-sparc64/tlbflush.h>
1493+#else
1494+#include <asm-sparc/tlbflush.h>
1495+#endif
1496+#endif /* __STUB__TLBFLUSH_H__ */
1497diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/traps.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/traps.h
1498--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/traps.h 1969-12-31 19:00:00.000000000 -0500
1499+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/traps.h 2005-05-08 23:33:21.033228826 -0400
1500@@ -0,0 +1,6 @@
1501+#ifndef __STUB__TRAPS_H__
1502+#define __STUB__TRAPS_H__
1503+#ifndef __arch64__
1504+#include <asm-sparc/traps.h>
1505+#endif
1506+#endif /* __STUB__TRAPS_H__ */
1507diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/tsunami.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/tsunami.h
1508--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/tsunami.h 1969-12-31 19:00:00.000000000 -0500
1509+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/tsunami.h 2005-05-08 23:33:21.051226477 -0400
1510@@ -0,0 +1,6 @@
1511+#ifndef __STUB__TSUNAMI_H__
1512+#define __STUB__TSUNAMI_H__
1513+#ifndef __arch64__
1514+#include <asm-sparc/tsunami.h>
1515+#endif
1516+#endif /* __STUB__TSUNAMI_H__ */
1517diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/ttable.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/ttable.h
1518--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/ttable.h 1969-12-31 19:00:00.000000000 -0500
1519+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/ttable.h 2005-05-08 23:33:23.253939015 -0400
1520@@ -0,0 +1,6 @@
1521+#ifndef __STUB__TTABLE_H__
1522+#define __STUB__TTABLE_H__
1523+#ifdef __arch64__
1524+#include <asm-sparc64/ttable.h>
1525+#endif
1526+#endif /* __STUB__TTABLE_H__ */
1527diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/turbosparc.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/turbosparc.h
1528--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/turbosparc.h 1969-12-31 19:00:00.000000000 -0500
1529+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/turbosparc.h 2005-05-08 23:33:21.071223867 -0400
1530@@ -0,0 +1,6 @@
1531+#ifndef __STUB__TURBOSPARC_H__
1532+#define __STUB__TURBOSPARC_H__
1533+#ifndef __arch64__
1534+#include <asm-sparc/turbosparc.h>
1535+#endif
1536+#endif /* __STUB__TURBOSPARC_H__ */
1537diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/types.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/types.h
1538--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/types.h 1969-12-31 19:00:00.000000000 -0500
1539+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/types.h 2005-05-08 23:33:23.271936666 -0400
1540@@ -0,0 +1,8 @@
1541+#ifndef __STUB__TYPES_H__
1542+#define __STUB__TYPES_H__
1543+#ifdef __arch64__
1544+#include <asm-sparc64/types.h>
1545+#else
1546+#include <asm-sparc/types.h>
1547+#endif
1548+#endif /* __STUB__TYPES_H__ */
1549diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/uctx.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/uctx.h
1550--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/uctx.h 1969-12-31 19:00:00.000000000 -0500
1551+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/uctx.h 2005-05-08 23:33:23.291934056 -0400
1552@@ -0,0 +1,6 @@
1553+#ifndef __STUB__UCTX_H__
1554+#define __STUB__UCTX_H__
1555+#ifdef __arch64__
1556+#include <asm-sparc64/uctx.h>
1557+#endif
1558+#endif /* __STUB__UCTX_H__ */
1559diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/unaligned.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/unaligned.h
1560--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/unaligned.h 1969-12-31 19:00:00.000000000 -0500
1561+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/unaligned.h 2005-05-08 23:33:23.311931446 -0400
1562@@ -0,0 +1,8 @@
1563+#ifndef __STUB__UNALIGNED_H__
1564+#define __STUB__UNALIGNED_H__
1565+#ifdef __arch64__
1566+#include <asm-sparc64/unaligned.h>
1567+#else
1568+#include <asm-sparc/unaligned.h>
1569+#endif
1570+#endif /* __STUB__UNALIGNED_H__ */
1571diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/unistd.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/unistd.h
1572--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/unistd.h 1969-12-31 19:00:00.000000000 -0500
1573+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/unistd.h 2005-05-08 23:33:23.332928706 -0400
1574@@ -0,0 +1,8 @@
1575+#ifndef __STUB__UNISTD_H__
1576+#define __STUB__UNISTD_H__
1577+#ifdef __arch64__
1578+#include <asm-sparc64/unistd.h>
1579+#else
1580+#include <asm-sparc/unistd.h>
1581+#endif
1582+#endif /* __STUB__UNISTD_H__ */
1583diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/upa.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/upa.h
1584--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/upa.h 1969-12-31 19:00:00.000000000 -0500
1585+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/upa.h 2005-05-08 23:33:23.350926357 -0400
1586@@ -0,0 +1,6 @@
1587+#ifndef __STUB__UPA_H__
1588+#define __STUB__UPA_H__
1589+#ifdef __arch64__
1590+#include <asm-sparc64/upa.h>
1591+#endif
1592+#endif /* __STUB__UPA_H__ */
1593diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/user.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/user.h
1594--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/user.h 1969-12-31 19:00:00.000000000 -0500
1595+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/user.h 2005-05-08 23:33:23.368924009 -0400
1596@@ -0,0 +1,8 @@
1597+#ifndef __STUB__USER_H__
1598+#define __STUB__USER_H__
1599+#ifdef __arch64__
1600+#include <asm-sparc64/user.h>
1601+#else
1602+#include <asm-sparc/user.h>
1603+#endif
1604+#endif /* __STUB__USER_H__ */
1605diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/utrap.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/utrap.h
1606--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/utrap.h 1969-12-31 19:00:00.000000000 -0500
1607+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/utrap.h 2005-05-08 23:33:23.387921529 -0400
1608@@ -0,0 +1,6 @@
1609+#ifndef __STUB__UTRAP_H__
1610+#define __STUB__UTRAP_H__
1611+#ifdef __arch64__
1612+#include <asm-sparc64/utrap.h>
1613+#endif
1614+#endif /* __STUB__UTRAP_H__ */
1615diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/vac-ops.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/vac-ops.h
1616--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/vac-ops.h 1969-12-31 19:00:00.000000000 -0500
1617+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/vac-ops.h 2005-05-08 23:33:21.165211602 -0400
1618@@ -0,0 +1,6 @@
1619+#ifndef __STUB__VAC-OPS_H__
1620+#define __STUB__VAC-OPS_H__
1621+#ifndef __arch64__
1622+#include <asm-sparc/vac-ops.h>
1623+#endif
1624+#endif /* __STUB__VAC-OPS_H__ */
1625diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/vaddrs.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/vaddrs.h
1626--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/vaddrs.h 1969-12-31 19:00:00.000000000 -0500
1627+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/vaddrs.h 2005-05-08 23:33:21.185208992 -0400
1628@@ -0,0 +1,6 @@
1629+#ifndef __STUB__VADDRS_H__
1630+#define __STUB__VADDRS_H__
1631+#ifndef __arch64__
1632+#include <asm-sparc/vaddrs.h>
1633+#endif
1634+#endif /* __STUB__VADDRS_H__ */
1635diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/vfc_ioctls.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/vfc_ioctls.h
1636--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/vfc_ioctls.h 1969-12-31 19:00:00.000000000 -0500
1637+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/vfc_ioctls.h 2005-05-08 23:33:21.204206513 -0400
1638@@ -0,0 +1,6 @@
1639+#ifndef __STUB__VFC_IOCTLS_H__
1640+#define __STUB__VFC_IOCTLS_H__
1641+#ifndef __arch64__
1642+#include <asm-sparc/vfc_ioctls.h>
1643+#endif
1644+#endif /* __STUB__VFC_IOCTLS_H__ */
1645diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/vga.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/vga.h
1646--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/vga.h 1969-12-31 19:00:00.000000000 -0500
1647+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/vga.h 2005-05-08 23:33:23.406919050 -0400
1648@@ -0,0 +1,6 @@
1649+#ifndef __STUB__VGA_H__
1650+#define __STUB__VGA_H__
1651+#ifdef __arch64__
1652+#include <asm-sparc64/vga.h>
1653+#endif
1654+#endif /* __STUB__VGA_H__ */
1655diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/viking.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/viking.h
1656--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/viking.h 1969-12-31 19:00:00.000000000 -0500
1657+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/viking.h 2005-05-08 23:33:21.223204033 -0400
1658@@ -0,0 +1,6 @@
1659+#ifndef __STUB__VIKING_H__
1660+#define __STUB__VIKING_H__
1661+#ifndef __arch64__
1662+#include <asm-sparc/viking.h>
1663+#endif
1664+#endif /* __STUB__VIKING_H__ */
1665diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/visasm.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/visasm.h
1666--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/visasm.h 1969-12-31 19:00:00.000000000 -0500
1667+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/visasm.h 2005-05-08 23:33:23.425916571 -0400
1668@@ -0,0 +1,6 @@
1669+#ifndef __STUB__VISASM_H__
1670+#define __STUB__VISASM_H__
1671+#ifdef __arch64__
1672+#include <asm-sparc64/visasm.h>
1673+#endif
1674+#endif /* __STUB__VISASM_H__ */
1675diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/vuid_event.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/vuid_event.h
1676--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/vuid_event.h 1969-12-31 19:00:00.000000000 -0500
1677+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/vuid_event.h 2005-05-08 23:33:23.443914222 -0400
1678@@ -0,0 +1,8 @@
1679+#ifndef __STUB__VUID_EVENT_H__
1680+#define __STUB__VUID_EVENT_H__
1681+#ifdef __arch64__
1682+#include <asm-sparc64/vuid_event.h>
1683+#else
1684+#include <asm-sparc/vuid_event.h>
1685+#endif
1686+#endif /* __STUB__VUID_EVENT_H__ */
1687diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/watchdog.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/watchdog.h
1688--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/watchdog.h 1969-12-31 19:00:00.000000000 -0500
1689+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/watchdog.h 2005-05-08 23:33:23.462911743 -0400
1690@@ -0,0 +1,6 @@
1691+#ifndef __STUB__WATCHDOG_H__
1692+#define __STUB__WATCHDOG_H__
1693+#ifdef __arch64__
1694+#include <asm-sparc64/watchdog.h>
1695+#endif
1696+#endif /* __STUB__WATCHDOG_H__ */
1697diff -Naur linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/winmacro.h linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/winmacro.h
1698--- linux-libc-headers-2.6.11.2-ORIG/include/asm-sparc-biarch/winmacro.h 1969-12-31 19:00:00.000000000 -0500
1699+++ linux-libc-headers-2.6.11.2/include/asm-sparc-biarch/winmacro.h 2005-05-08 23:33:21.259199336 -0400
1700@@ -0,0 +1,6 @@
1701+#ifndef __STUB__WINMACRO_H__
1702+#define __STUB__WINMACRO_H__
1703+#ifndef __arch64__
1704+#include <asm-sparc/winmacro.h>
1705+#endif
1706+#endif /* __STUB__WINMACRO_H__ */
1707
Note: See TracBrowser for help on using the repository browser.