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 {
};
struct ipc_kludge {
struct msgbuf *msgp;
long msgtyp;
u32 msgp;
s32 msgtyp;
};
#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