* [Linux-ia64] IA-32 emulation patch: rlim.patch
@ 2003-05-23 1:39 Arun Sharma
2003-05-29 16:16 ` Bjorn Helgaas
0 siblings, 1 reply; 2+ messages in thread
From: Arun Sharma @ 2003-05-23 1:39 UTC (permalink / raw)
To: linux-ia64
rlim_cur/rlim_max should be defined as unsigned integers to be
compatible with native i386.
-Arun
=== linux-ia64-2.4/arch/ia64/ia32/sys_ia32.c 1.16 vs edited ==--- 1.16/arch/ia64/ia32/sys_ia32.c Fri Apr 18 10:55:20 2003
+++ edited/linux-ia64-2.4/arch/ia64/ia32/sys_ia32.c Thu May 22 17:51:06 2003
@@ -1230,8 +1230,8 @@
#define RESOURCE32(x) ((x > RLIM_INFINITY32) ? RLIM_INFINITY32 : x)
struct rlimit32 {
- int rlim_cur;
- int rlim_max;
+ unsigned int rlim_cur;
+ unsigned int rlim_max;
};
extern asmlinkage long sys_getrlimit (unsigned int resource, struct rlimit *rlim);
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Linux-ia64] IA-32 emulation patch: rlim.patch
2003-05-23 1:39 [Linux-ia64] IA-32 emulation patch: rlim.patch Arun Sharma
@ 2003-05-29 16:16 ` Bjorn Helgaas
0 siblings, 0 replies; 2+ messages in thread
From: Bjorn Helgaas @ 2003-05-29 16:16 UTC (permalink / raw)
To: linux-ia64
On Thursday 22 May 2003 7:39 pm, Arun Sharma wrote:
> rlim_cur/rlim_max should be defined as unsigned integers to be
> compatible with native i386.
I applied this for 2.4.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-05-29 16:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-23 1:39 [Linux-ia64] IA-32 emulation patch: rlim.patch Arun Sharma
2003-05-29 16:16 ` Bjorn Helgaas
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox