aboutsummaryrefslogtreecommitdiff
path: root/linux-headers/include/linux/msg.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux-headers/include/linux/msg.h')
-rw-r--r--linux-headers/include/linux/msg.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/linux-headers/include/linux/msg.h b/linux-headers/include/linux/msg.h
index 8f1264c..1875305 100644
--- a/linux-headers/include/linux/msg.h
+++ b/linux-headers/include/linux/msg.h
@@ -19,9 +19,9 @@ struct msqid_ds {
struct ipc_perm msg_perm;
struct msg *msg_first; /* first message on queue,unused */
struct msg *msg_last; /* last message in queue,unused */
- __kernel_time_t msg_stime; /* last msgsnd time */
- __kernel_time_t msg_rtime; /* last msgrcv time */
- __kernel_time_t msg_ctime; /* last change time */
+ __kernel_old_time_t msg_stime; /* last msgsnd time */
+ __kernel_old_time_t msg_rtime; /* last msgrcv time */
+ __kernel_old_time_t msg_ctime; /* last change time */
unsigned long msg_lcbytes; /* Reuse junk fields for 32 bit */
unsigned long msg_lqbytes; /* ditto */
unsigned short msg_cbytes; /* current number of bytes on queue */