commit | a147faa96f832f76e772b1e448e94ea84c774081 | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Mon Apr 08 10:13:44 2019 -0700 |
committer | Shuah Khan <skhan@linuxfoundation.org> | Fri Apr 19 17:18:00 2019 -0600 |
tree | 71ac764454f523ba76bc81308a27a22626daedc0 | |
parent | dff6d2ae56d0056261e2f7b19c4b96b86b893cd8 [diff] |
selftests/ipc: Fix msgque compiler warnings This fixes the various compiler warnings when building the msgque selftest. The primary change is using sys/msg.h instead of linux/msg.h directly to gain the API declarations. Fixes: 3a665531a3b7 ("selftests: IPC message queue copy feature test") Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>