Signed-off-by: Andrew Morton <akpm@osdl.org>
---

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

diff -puN include/asm-ia64/siginfo.h~waitid-ia64-build-fix include/asm-ia64/siginfo.h
--- 25/include/asm-ia64/siginfo.h~waitid-ia64-build-fix	Mon Aug 16 15:29:01 2004
+++ 25-akpm/include/asm-ia64/siginfo.h	Mon Aug 16 15:29:01 2004
@@ -56,6 +56,7 @@ typedef struct siginfo {
 			int _status;		/* exit code */
 			clock_t _utime;
 			clock_t _stime;
+			struct rusage _rusage;
 		} _sigchld;
 
 		/* SIGILL, SIGFPE, SIGSEGV, SIGBUS */
_