From: HoSung Jung Date: Wed, 1 May 2013 02:15:09 +0000 (-0700) Subject: ipc/msgutil.c: use linux/uaccess.h X-Git-Tag: v3.10-rc1~137^2~9 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=1e3c941c52eab70c8acb2f77829c24673445c858;p=linux.git ipc/msgutil.c: use linux/uaccess.h Signed-off-by: HoSung Jung Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/ipc/msgutil.c b/ipc/msgutil.c index d33fbb2743bd..d43439e6eb47 100644 --- a/ipc/msgutil.c +++ b/ipc/msgutil.c @@ -17,7 +17,7 @@ #include #include #include -#include +#include #include "util.h" @@ -37,7 +37,7 @@ struct ipc_namespace init_ipc_ns = { atomic_t nr_ipc_ns = ATOMIC_INIT(1); struct msg_msgseg { - struct msg_msgseg* next; + struct msg_msgseg *next; /* the next part of the message follows immediately */ };