Re: [PATCH 21/21] posix_types: Remove fd_set macros

From: Tony Luck
Date: Tue Feb 14 2012 - 13:59:05 EST


Parts 1, 2 and 9 work fine on ia64 - consider them: Acked-by: Tony
Luck <tony.luck@xxxxxxxxx>

This part causes build problems (starting with):


CC arch/ia64/kernel/asm-offsets.s
In file included from include/linux/timex.h:56,
from include/linux/sched.h:57,
from arch/ia64/kernel/asm-offsets.c:9:
include/linux/time.h: In function ‘__FD_ZERO’:
include/linux/time.h:280: error: implicit declaration of function ‘memset’
include/linux/time.h:280: warning: incompatible implicit declaration
of built-in function ‘memset’

Adding a #include <linux/string.h> to include/linux/time.h fixes them for me.

-Tony
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/