[PATCH] FD_ZERO build fix
authorAndrew Morton <akpm@osdl.org>
Thu, 11 Jan 2007 07:15:45 +0000 (23:15 -0800)
committerLinus Torvalds <torvalds@woody.osdl.org>
Fri, 12 Jan 2007 02:18:22 +0000 (18:18 -0800)
commitaae7d14f619c665b83e07013e3dda8694ea3e40b
tree031a1a3210ed7a62662df79a806bb4f77e187f88
parente4f0ae0ea63caceff37a13f281a72652b7ea71ba
[PATCH] FD_ZERO build fix

unionfs managed to hit this on s390.  Some architectures use __ptr_t in their
FD_ZERO implementation.  We don't have a __ptr_t.  Switch them over to plain
old void*.

Cc: Richard Henderson <rth@twiddle.net>
Cc: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: "Luck, Tony" <tony.luck@intel.com>
Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
Cc: Heiko Carstens <heiko.carstens@de.ibm.com>
Cc: Josef 'Jeff' Sipek <jsipek@cs.sunysb.edu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/asm-alpha/posix_types.h
include/asm-ia64/posix_types.h
include/asm-powerpc/posix_types.h
include/asm-s390/posix_types.h
include/asm-xtensa/posix_types.h