All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xenomai-core] [PATCH] fix warning under 2.4
@ 2006-06-18 12:37 Jan Kiszka
  2006-06-18 12:57 ` [Xenomai-core] " Gilles Chanteperdrix
  0 siblings, 1 reply; 2+ messages in thread
From: Jan Kiszka @ 2006-06-18 12:37 UTC (permalink / raw)
  To: Gilles Chanteperdrix, xenomai-core

[-- Attachment #1: Type: text/plain, Size: 525 bytes --]

Hi Gilles,

this patch avoids type-mismatch warning when building for 2.4.

Jan


--- ksrc/skins/posix/syscall.c  (Revision 1222)
+++ ksrc/skins/posix/syscall.c  (Arbeitskopie)
@@ -1229,7 +1229,7 @@ static int __pthread_condattr_getclock(s

        uattrp = (pthread_condattr_t *) __xn_reg_arg1(regs);

-       uclockp = (int *) __xn_reg_arg2(regs);
+       uclockp = (clockid_t *) __xn_reg_arg2(regs);

        if (!__xn_access_ok
            (curr, VERIFY_READ, (void __user *)uattrp, sizeof(*uattrp)))


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 249 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Xenomai-core] Re: [PATCH] fix warning under 2.4
  2006-06-18 12:37 [Xenomai-core] [PATCH] fix warning under 2.4 Jan Kiszka
@ 2006-06-18 12:57 ` Gilles Chanteperdrix
  0 siblings, 0 replies; 2+ messages in thread
From: Gilles Chanteperdrix @ 2006-06-18 12:57 UTC (permalink / raw)
  To: Jan Kiszka; +Cc: xenomai-core

Jan Kiszka wrote:
 > Hi Gilles,
 > 
 > this patch avoids type-mismatch warning when building for 2.4.
 > 
 > Jan

Applied, thanks.

-- 


					    Gilles Chanteperdrix.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-06-18 12:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-18 12:37 [Xenomai-core] [PATCH] fix warning under 2.4 Jan Kiszka
2006-06-18 12:57 ` [Xenomai-core] " Gilles Chanteperdrix

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.