diff options
author | Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> | 2020-02-05 19:48:27 +0000 |
---|---|---|
committer | Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> | 2020-02-28 17:47:58 +0000 |
commit | 0b7ad6f7f061e0cd7a3f267b23d411cc2bd44e00 (patch) | |
tree | 723f6765c8162d6f33bdd5c99b7a3b4a3c546282 /package/utils/rbextract | |
parent | 29c6ddd99eeb0aa9fa7f65fbe50c5b12ead67918 (diff) | |
download | upstream-0b7ad6f7f061e0cd7a3f267b23d411cc2bd44e00.tar.gz upstream-0b7ad6f7f061e0cd7a3f267b23d411cc2bd44e00.tar.bz2 upstream-0b7ad6f7f061e0cd7a3f267b23d411cc2bd44e00.zip |
kernel: 5.4 fix build on darwin
Fix typedef clash on darwin.
HOSTCC scripts/mod/file2alias.o
scripts/mod/file2alias.c:47:3: error: typedef redefinition with different types ('struct uuid_t' vs '__darwin_uuid_t' (aka 'unsigned char [16]'))
} uuid_t;
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_uuid_t.h:31:25: note: previous definition is here
typedef __darwin_uuid_t uuid_t;
^
scripts/mod/file2alias.c:1305:42: error: array initializer must be an initializer list or string literal
DEF_FIELD(symval, tee_client_device_id, uuid);
^
2 errors generated.
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
Diffstat (limited to 'package/utils/rbextract')
0 files changed, 0 insertions, 0 deletions