From: William Lee Irwin III <wli@holomorphy.com>



---

 25-akpm/include/asm-sparc64/compat.h |    1 +
 1 files changed, 1 insertion(+)

diff -puN include/asm-sparc64/compat.h~compat-signal-noarch-sparc64-fix include/asm-sparc64/compat.h
--- 25/include/asm-sparc64/compat.h~compat-signal-noarch-sparc64-fix	2004-03-14 15:35:20.756783072 -0800
+++ 25-akpm/include/asm-sparc64/compat.h	2004-03-14 15:35:20.758782768 -0800
@@ -29,6 +29,7 @@ typedef s32		compat_int_t;
 typedef s32		compat_long_t;
 typedef u32		compat_uint_t;
 typedef u32		compat_ulong_t;
+typedef u32		compat_timer_t;
 
 struct compat_timespec {
 	compat_time_t	tv_sec;

_