[Xenomai-git] Philippe Gerum : nucleus: fix build issue introduced by 4860668b6

2010-10-04 Thread GIT version control
Module: xenomai-head
Branch: master
Commit: e959040d6ebe5f6edb4e2eef14d139df9dc49317
URL:
http://git.xenomai.org/?p=xenomai-head.git;a=commit;h=e959040d6ebe5f6edb4e2eef14d139df9dc49317

Author: Philippe Gerum r...@xenomai.org
Date:   Wed Sep  1 20:08:28 2010 +0200

nucleus: fix build issue introduced by 4860668b6

---

 ksrc/nucleus/select.c |3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/ksrc/nucleus/select.c b/ksrc/nucleus/select.c
index 6ba59cd..1ffdb6a 100644
--- a/ksrc/nucleus/select.c
+++ b/ksrc/nucleus/select.c
@@ -459,7 +459,8 @@ int xnselect_mount(void)
 
 int xnselect_umount(void)
 {
-   return rthal_apc_free(xnselect_apc);
+   rthal_apc_free(xnselect_apc);
+   return 0;
 }
 
 /*...@}*/


___
Xenomai-git mailing list
Xenomai-git@gna.org
https://mail.gna.org/listinfo/xenomai-git


[Xenomai-git] Philippe Gerum : nucleus: fix build issue introduced by 4860668b6

2010-09-02 Thread GIT version control
Module: xenomai-2.5
Branch: master
Commit: e959040d6ebe5f6edb4e2eef14d139df9dc49317
URL:
http://git.xenomai.org/?p=xenomai-2.5.git;a=commit;h=e959040d6ebe5f6edb4e2eef14d139df9dc49317

Author: Philippe Gerum r...@xenomai.org
Date:   Wed Sep  1 20:08:28 2010 +0200

nucleus: fix build issue introduced by 4860668b6

---

 ksrc/nucleus/select.c |3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/ksrc/nucleus/select.c b/ksrc/nucleus/select.c
index 6ba59cd..1ffdb6a 100644
--- a/ksrc/nucleus/select.c
+++ b/ksrc/nucleus/select.c
@@ -459,7 +459,8 @@ int xnselect_mount(void)
 
 int xnselect_umount(void)
 {
-   return rthal_apc_free(xnselect_apc);
+   rthal_apc_free(xnselect_apc);
+   return 0;
 }
 
 /*...@}*/


___
Xenomai-git mailing list
Xenomai-git@gna.org
https://mail.gna.org/listinfo/xenomai-git


[Xenomai-git] Philippe Gerum : nucleus: fix build issue introduced by 4860668b6

2010-09-01 Thread GIT version control
Module: xenomai-rpm
Branch: for-upstream
Commit: e959040d6ebe5f6edb4e2eef14d139df9dc49317
URL:
http://git.xenomai.org/?p=xenomai-rpm.git;a=commit;h=e959040d6ebe5f6edb4e2eef14d139df9dc49317

Author: Philippe Gerum r...@xenomai.org
Date:   Wed Sep  1 20:08:28 2010 +0200

nucleus: fix build issue introduced by 4860668b6

---

 ksrc/nucleus/select.c |3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/ksrc/nucleus/select.c b/ksrc/nucleus/select.c
index 6ba59cd..1ffdb6a 100644
--- a/ksrc/nucleus/select.c
+++ b/ksrc/nucleus/select.c
@@ -459,7 +459,8 @@ int xnselect_mount(void)
 
 int xnselect_umount(void)
 {
-   return rthal_apc_free(xnselect_apc);
+   rthal_apc_free(xnselect_apc);
+   return 0;
 }
 
 /*...@}*/


___
Xenomai-git mailing list
Xenomai-git@gna.org
https://mail.gna.org/listinfo/xenomai-git