[rtems commit] Fixed 2 compiler warnings

Sebastian Huber sebh at rtems.org
Tue Mar 19 14:09:39 UTC 2013


Module:    rtems
Branch:    master
Commit:    5f745464fc6e1e0f9da02f62a34ec06e01c445ef
Changeset: http://git.rtems.org/rtems/commit/?id=5f745464fc6e1e0f9da02f62a34ec06e01c445ef

Author:    Andreas Heinig <andreas.heinig at cs.tu-dortmund.de>
Date:      Tue Mar 19 14:48:24 2013 +0100

Fixed 2 compiler warnings

---

 cpukit/sapi/src/posixapi.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/cpukit/sapi/src/posixapi.c b/cpukit/sapi/src/posixapi.c
index 3f65442..bd7aabd 100644
--- a/cpukit/sapi/src/posixapi.c
+++ b/cpukit/sapi/src/posixapi.c
@@ -36,7 +36,7 @@
 #include <rtems/posix/mutex.h>
 #include <rtems/posix/posixapi.h>
 #include <rtems/posix/priority.h>
-#include <rtems/posix/psignal.h>
+#include <rtems/posix/psignalimpl.h>
 #include <rtems/posix/pthread.h>
 #include <rtems/posix/rwlock.h>
 #include <rtems/posix/timer.h>




More information about the vc mailing list