|
@@ -34,8 +34,8 @@ struct msqid_ds {
|
|
|
|
|
|
/* message buffer for msgsnd and msgrcv calls */
|
|
/* message buffer for msgsnd and msgrcv calls */
|
|
struct msgbuf {
|
|
struct msgbuf {
|
|
- long mtype; /* type of message */
|
|
|
|
- char mtext[1]; /* message text */
|
|
|
|
|
|
+ __kernel_long_t mtype; /* type of message */
|
|
|
|
+ char mtext[1]; /* message text */
|
|
};
|
|
};
|
|
|
|
|
|
/* buffer for msgctl calls IPC_INFO, MSG_INFO */
|
|
/* buffer for msgctl calls IPC_INFO, MSG_INFO */
|