* [PATCH] s390 - fix posix types
@ 2006-12-02 14:56 Bastian Blank
0 siblings, 0 replies; only message in thread
From: Bastian Blank @ 2006-12-02 14:56 UTC (permalink / raw)
To: linux-kernel, Martin Schwidefsky
[-- Attachment #1: Type: text/plain, Size: 190 bytes --]
Hi folks
The attached patch remove the usage of __ptr_t from
include/asm-s390/posix_types.h.
Bastian
--
Landru! Guide us!
-- A Beta 3-oid, "The Return of the Archons", stardate 3157.4
[-- Attachment #2: include-asm-posix_types.patch --]
[-- Type: text/plain, Size: 488 bytes --]
diff --git a/include/asm-s390/posix_types.h b/include/asm-s390/posix_types.h
index b94c988..878057b 100644
--- a/include/asm-s390/posix_types.h
+++ b/include/asm-s390/posix_types.h
@@ -104,7 +104,7 @@ static inline int __FD_ISSET(unsigned long fd, const __kernel_fd_set *fdsetp)
#undef __FD_ZERO
#define __FD_ZERO(fdsetp) \
- ((void) memset ((__ptr_t) (fdsetp), 0, sizeof (__kernel_fd_set)))
+ ((void) memset ((fdsetp), 0, sizeof (__kernel_fd_set)))
#endif /* __KERNEL__ */
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-12-02 14:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-12-02 14:56 [PATCH] s390 - fix posix types Bastian Blank
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®