Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd into next
[cascardo/linux.git] / include / linux / msg.h
index e21f9d4..f3f302f 100644 (file)
@@ -9,7 +9,7 @@ struct msg_msg {
        struct list_head m_list;
        long m_type;
        size_t m_ts;            /* message text size */
-       struct msg_msgsegnext;
+       struct msg_msgseg *next;
        void *security;
        /* the actual message follows immediately */
 };