patch-2.4.20 linux-2.4.20/include/asm-parisc/msgbuf.h
Next file: linux-2.4.20/include/asm-parisc/page.h
Previous file: linux-2.4.20/include/asm-parisc/module.h
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Thu Nov 28 15:53:15 2002
- Orig file:
linux-2.4.19/include/asm-parisc/msgbuf.h
- Orig date:
Tue Dec 5 12:29:39 2000
diff -urN linux-2.4.19/include/asm-parisc/msgbuf.h linux-2.4.20/include/asm-parisc/msgbuf.h
@@ -13,11 +13,17 @@
struct msqid64_ds {
struct ipc64_perm msg_perm;
+#ifndef __LP64__
unsigned int __pad1;
+#endif
__kernel_time_t msg_stime; /* last msgsnd time */
+#ifndef __LP64__
unsigned int __pad2;
+#endif
__kernel_time_t msg_rtime; /* last msgrcv time */
+#ifndef __LP64__
unsigned int __pad3;
+#endif
__kernel_time_t msg_ctime; /* last change time */
unsigned int msg_cbytes; /* current number of bytes on queue */
unsigned int msg_qnum; /* number of messages in queue */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)