[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CA+8MBb+rMJqJAyDnnkB=x794F3MAQJfwTi29=4oN4-6=g5uDFw@mail.gmail.com>
Date: Tue, 14 Feb 2012 10:59:00 -0800
From: Tony Luck <tony.luck@...el.com>
To: "H. Peter Anvin" <hpa@...or.com>
Cc: David Howells <dhowells@...hat.com>, linux-arch@...r.kernel.org,
linux-kernel@...r.kernel.org,
Linus Torvalds <torvalds@...ux-foundation.org>,
Arnd Bergmann <arnd@...db.de>
Subject: Re: [PATCH 21/21] posix_types: Remove fd_set macros
Parts 1, 2 and 9 work fine on ia64 - consider them: Acked-by: Tony
Luck <tony.luck@...el.com>
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists