LIB: #include sys/types.h in keyutils.h to bring in missing types 60/221660/1 accepted/tizen_6.0_base accepted/tizen_6.0_base_hotfix accepted/tizen_6.5_base accepted/tizen_7.0_base accepted/tizen_7.0_base_hotfix accepted/tizen_8.0_base accepted/tizen_base_dev tizen_6.0_base tizen_6.0_base_hotfix tizen_6.5_base tizen_7.0_base tizen_7.0_base_hotfix tizen_8.0_base accepted/tizen/6.0/base/20201029.110753 accepted/tizen/6.0/base/hotfix/20201102.093345 accepted/tizen/6.5/base/20211028.060053 accepted/tizen/7.0/base/20221116.030017 accepted/tizen/7.0/base/hotfix/20221116.055426 accepted/tizen/8.0/base/20231005.044820 accepted/tizen/base/20200122.000555 accepted/tizen/base/20221115.103851 accepted/tizen/base/dev/20230602.080941 submit/tizen_6.0_base/20201029.184801 submit/tizen_6.0_base_hotfix/20201030.192501 submit/tizen_6.0_base_hotfix/20201102.162701 submit/tizen_6.5_base/20211028.134101 submit/tizen_base/20200122.000859 tizen_6.0.m2_release tizen_6.5.m2_release tizen_7.0_m2_release tizen_8.0_m2_release
authorDavid Howells <dhowells@redhat.com>
Fri, 14 Nov 2014 11:25:17 +0000 (11:25 +0000)
committerDongkyun Son <dongkyun.s@samsung.com>
Tue, 7 Jan 2020 00:44:17 +0000 (09:44 +0900)
commit57c455f394607e452541bb2b8e5e70f760488c3b
tree407682d153894102f71c7103b51bbc722f00cdc2
parente0724c49f2a60e0a6466ce218325500bae7d978f
LIB: #include sys/types.h in keyutils.h to bring in missing types

sys/types.h needs to be #included from keyutils.h as it uses size_t, uid_t and
gid_t which are otherwise undefined.

Reported-by: Rasmus Villemoes <rv@rasmusvillemoes.dk>
Signed-off-by: David Howells <dhowells@redhat.com>
Cherry-picked from upstream: 9d52b8ab86931fb5a66fa5b567ea01875f31016e
Signed-off-by: Andrey Kazmin <a.kazmin@partner.samsung.com>
Change-Id: I68c923250201f2a5358c2d858e33200b42974383
keyutils.h