diff options
author | David S. Miller <davem@sunset.davemloft.net> | 2007-10-31 00:44:00 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-31 00:44:00 -0400 |
commit | 97ef1bb0c8e371b7988287f38bd107c4aa14d78d (patch) | |
tree | ecf658ca568ae33536578ed3bb48eae2a813eb23 /include/linux/Kbuild | |
parent | f3baa4827a4b13905dbbdddf15463541bd671dfd (diff) |
[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: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/Kbuild')
-rw-r--r-- | include/linux/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/Kbuild b/include/linux/Kbuild index bd33c22315c1..37bfa19d8064 100644 --- a/include/linux/Kbuild +++ b/include/linux/Kbuild | |||
@@ -326,6 +326,7 @@ unifdef-y += sonypi.h | |||
326 | unifdef-y += soundcard.h | 326 | unifdef-y += soundcard.h |
327 | unifdef-y += stat.h | 327 | unifdef-y += stat.h |
328 | unifdef-y += stddef.h | 328 | unifdef-y += stddef.h |
329 | unifdef-y += string.h | ||
329 | unifdef-y += synclink.h | 330 | unifdef-y += synclink.h |
330 | unifdef-y += sysctl.h | 331 | unifdef-y += sysctl.h |
331 | unifdef-y += tcp.h | 332 | unifdef-y += tcp.h |