hc
2024-01-05 071106ecf68c401173c58808b1cf5f68cc50d390
kernel/arch/parisc/include/uapi/asm/msgbuf.h
....@@ -3,6 +3,7 @@
33 #define _PARISC_MSGBUF_H
44
55 #include <asm/bitsperlong.h>
6
+#include <asm/ipcbuf.h>
67
78 /*
89 * The msqid64_ds structure for parisc architecture, copied from sparc.
....@@ -16,9 +17,9 @@
1617 struct msqid64_ds {
1718 struct ipc64_perm msg_perm;
1819 #if __BITS_PER_LONG == 64
19
- __kernel_time_t msg_stime; /* last msgsnd time */
20
- __kernel_time_t msg_rtime; /* last msgrcv time */
21
- __kernel_time_t msg_ctime; /* last change time */
20
+ long msg_stime; /* last msgsnd time */
21
+ long msg_rtime; /* last msgrcv time */
22
+ long msg_ctime; /* last change time */
2223 #else
2324 unsigned long msg_stime_high;
2425 unsigned long msg_stime; /* last msgsnd time */