On Fri, Apr 10, 2009 at 11:41:35AM -0700, David Daney wrote: > The recent change that added #include <linux/seccomp.h> breaks > (because EINVAL is not defined) when building > arch/mips/kernel/asm-offsets.s if CONFIG_SECCOMP is not defined. > Including errno.h fixes the problem. NAK, <linux/seccomp.h> should include <linux/errno.h>. Ralf