patch-2.4.21 linux-2.4.21/include/asm-ppc64/ipc.h

Next file: linux-2.4.21/include/asm-ppc64/lmb.h
Previous file: linux-2.4.21/include/asm-ppc64/ioctls.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.20/include/asm-ppc64/ipc.h linux-2.4.21/include/asm-ppc64/ipc.h
@@ -4,7 +4,7 @@
 /* 
  * These are used to wrap system calls on PowerPC.
  *
- * See arch/ppc/kernel/syscalls.c for ugly details..
+ * See arch/ppc64/kernel/syscalls.c for ugly details..
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -12,8 +12,8 @@
  * 2 of the License, or (at your option) any later version.
  */
 struct ipc_kludge {
-	u32 msgp;
-	s32 msgtyp;
+	struct msgbuf *msgp;
+	long msgtyp;
 };
 
 #define SEMOP		 1

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)