Updated from Linux LTS 3.10.21 to 3.10.22
This commit is contained in:
@@ -6,9 +6,9 @@
|
||||
|
||||
/* one msg_msg structure for each message */
|
||||
struct msg_msg {
|
||||
struct list_head m_list;
|
||||
long m_type;
|
||||
int m_ts; /* message text size */
|
||||
struct list_head m_list;
|
||||
long m_type;
|
||||
size_t m_ts; /* message text size */
|
||||
struct msg_msgseg* next;
|
||||
void *security;
|
||||
/* the actual message follows immediately */
|
||||
|
||||
Reference in New Issue
Block a user