* [Xenomai-core] [Pull Request] trivial warning fix
@ 2009-06-30 18:37 Jan Kiszka
0 siblings, 0 replies; only message in thread
From: Jan Kiszka @ 2009-06-30 18:37 UTC (permalink / raw)
To: Philippe Gerum; +Cc: xenomai-core
[-- Attachment #1: Type: text/plain, Size: 1131 bytes --]
The following changes since commit cdc03ba796e72a93668cfe0eeb666b16017b6a97:
Jan Kiszka (1):
comedi: Fix build breakage due to typos
are available in the git repository at:
git://git.xenomai.org/xenomai-jki.git for-upstream
Jan Kiszka (1):
posix: Fix build warning with dlopen support enabled
src/skins/posix/init.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
commit c09ace348560c30754bbd1b480a838eb619600ac
Author: Jan Kiszka <jan.kiszka@domain.hid>
Date: Tue Jun 30 20:33:44 2009 +0200
posix: Fix build warning with dlopen support enabled
Signed-off-by: Jan Kiszka <jan.kiszka@domain.hid>
diff --git a/src/skins/posix/init.c b/src/skins/posix/init.c
index 9c58c9b..415997f 100644
--- a/src/skins/posix/init.c
+++ b/src/skins/posix/init.c
@@ -49,8 +49,9 @@ void __init_posix_interface(void)
{
#ifndef CONFIG_XENO_LIBS_DLOPEN
struct sched_param parm;
+ int policy;
#endif /* !CONFIG_XENO_LIBS_DLOPEN */
- int muxid, err, policy;
+ int muxid, err;
muxid =
xeno_bind_skin(PSE51_SKIN_MAGIC, "POSIX", "xeno_posix");
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 257 bytes --]
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2009-06-30 18:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-30 18:37 [Xenomai-core] [Pull Request] trivial warning fix Jan Kiszka
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.