Skip to content
Commit 97ef1bb0 authored by David S. Miller's avatar David S. Miller
Browse files

[TIPC]: Fix headercheck wrt. tipc_config.h



It wants string functions like memcpy() for inline
routines, and these define userland interfaces.

The only clean way to deal with this is to simply
put linux/string.h into unifdef-y and have it
include <string.h> when not-__KERNEL__.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent f3baa482
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment