Commit a4be0c60 authored by David Mosberger's avatar David Mosberger

ia64: Fix x86 struct ipc_kludge (reported by R Sreelatha, fix proposed by

	Dave Miller).
parent dafaf9bc
...@@ -2111,8 +2111,8 @@ struct shm_info32 { ...@@ -2111,8 +2111,8 @@ struct shm_info32 {
}; };
struct ipc_kludge { struct ipc_kludge {
struct msgbuf *msgp; u32 msgp;
long msgtyp; s32 msgtyp;
}; };
#define SEMOP 1 #define SEMOP 1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment