From 180be88bf57c967a66e7152e58147a01d78a63cc Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Wed, 16 May 2012 10:22:18 -0700 Subject: Replace long int with __syscall_slong_t in sys/msg.h --- sysvipc/sys/msg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysvipc') diff --git a/sysvipc/sys/msg.h b/sysvipc/sys/msg.h index 4c8d62cbf7..0dd98991a0 100644 --- a/sysvipc/sys/msg.h +++ b/sysvipc/sys/msg.h @@ -51,7 +51,7 @@ typedef __ssize_t ssize_t; /* Template for struct to be used as argument for `msgsnd' and `msgrcv'. */ struct msgbuf { - long int mtype; /* type of received/sent message */ + __syscall_slong_t mtype; /* type of received/sent message */ char mtext[1]; /* text of the message */ }; #endif -- cgit 1.4.1