From 37233fb773718a7ef6e18c6430598703217162fc Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Wed, 14 Mar 2012 14:27:52 -0700 Subject: [PATCH] --- yaml --- r: 297749 b: refs/heads/master c: 31796ac4e8f0e88f5c10f1ad6dab8f19bebe44a4 h: refs/heads/master i: 297747: de5376047126a348681b567effa7e26419f53b2a v: v3 --- [refs] | 2 +- trunk/arch/x86/include/asm/ia32.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 272b9a11d6da..4c4bacdef7fb 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: bb6fa8b275e132b1e9319dbab94211543a0b7bd3 +refs/heads/master: 31796ac4e8f0e88f5c10f1ad6dab8f19bebe44a4 diff --git a/trunk/arch/x86/include/asm/ia32.h b/trunk/arch/x86/include/asm/ia32.h index 7d0c18587709..ee52760549f0 100644 --- a/trunk/arch/x86/include/asm/ia32.h +++ b/trunk/arch/x86/include/asm/ia32.h @@ -130,8 +130,8 @@ typedef struct compat_siginfo { unsigned int _pid; /* which child */ unsigned int _uid; /* sender's uid */ int _status; /* exit code */ - s64 _utime; - s64 _stime; + compat_s64 _utime; + compat_s64 _stime; } _sigchld_x32; /* SIGILL, SIGFPE, SIGSEGV, SIGBUS */