* [Linux-ia64] IA-32 emulation patch: ipc_perm32.patch
@ 2003-05-23 1:56 Arun Sharma
2003-05-29 16:29 ` Bjorn Helgaas
0 siblings, 1 reply; 2+ messages in thread
From: Arun Sharma @ 2003-05-23 1:56 UTC (permalink / raw)
To: linux-ia64
In the absence of the patch, this system call fails:
shmctl(shmid, IPC_STAT, &shmid_ds)
The patch corrects the definition of the ipc_perm32 structure.
-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:59:55 2003
@@ -2085,7 +2085,7 @@
};
struct shmid64_ds32 {
- struct ipc64_perm shm_perm;
+ struct ipc64_perm32 shm_perm;
__kernel_size_t32 shm_segsz;
__kernel_time_t32 shm_atime;
unsigned int __unused1;
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-05-29 16:29 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:56 [Linux-ia64] IA-32 emulation patch: ipc_perm32.patch Arun Sharma
2003-05-29 16:29 ` Bjorn Helgaas
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox