From: David Miller <davem@davemloft.net>
Date: Tue, 30 Oct 2007 14:59:26 -0700 (PDT)
Actually, I'm tempted to put <string.h> in the ifndef __KERNEL__
block of that header.
That's ugly.
An alternative is to add linux/string.h to unifdef-y and have it
include <string.h> when !__KERNEL__ in order to handle cases like
this.
Sam, what do you think of that idea?
-