> > Here is what I mean, specifically. And this is build tested :-) > > From 97ef1bb0c8e371b7988287f38bd107c4aa14d78d Mon Sep 17 00:00:00 2001 > From: David S. Miller <[EMAIL PROTECTED]> > Date: Tue, 30 Oct 2007 21:44:00 -0700 > Subject: [PATCH] [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__.
Hi David. Thanks for fixing this. I will close the bug when the correcting hit mainline. Sam - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/