]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - include/linux/msg.h
Merge tag 'stable/for-linus-3.14-rc0-late-tag' of git://git.kernel.org/pub/scm/linux...
[mirror_ubuntu-artful-kernel.git] / include / linux / msg.h
index e21f9d44307f0004baf0146b4d02a20de6a96466..f3f302f9c1975a67ea1c01a828403950fac8a061 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 */
 };