hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
kernel/arch/powerpc/include/uapi/asm/msgbuf.h
....@@ -2,6 +2,8 @@
22 #ifndef _ASM_POWERPC_MSGBUF_H
33 #define _ASM_POWERPC_MSGBUF_H
44
5
+#include <asm/ipcbuf.h>
6
+
57 /*
68 * The msqid64_ds structure for the PowerPC architecture.
79 * Note extra padding because this structure is passed back and forth
....@@ -11,9 +13,9 @@
1113 struct msqid64_ds {
1214 struct ipc64_perm msg_perm;
1315 #ifdef __powerpc64__
14
- __kernel_time_t msg_stime; /* last msgsnd time */
15
- __kernel_time_t msg_rtime; /* last msgrcv time */
16
- __kernel_time_t msg_ctime; /* last change time */
16
+ long msg_stime; /* last msgsnd time */
17
+ long msg_rtime; /* last msgrcv time */
18
+ long msg_ctime; /* last change time */
1719 #else
1820 unsigned long msg_stime_high;
1921 unsigned long msg_stime; /* last msgsnd time */