change log for rtems (2011-08-16)
    Sebastian Huber 
    sebastian.huber at embedded-brains.de
       
    Thu Aug 18 11:29:05 UTC 2011
    
    
  
Hello,
what about this patch:
Index: sapi/include/confdefs.h
===================================================================
RCS file: /usr1/CVS/rtems/cpukit/sapi/include/confdefs.h,v
retrieving revision 1.169
diff -u -r1.169 confdefs.h
--- sapi/include/confdefs.h     17 Aug 2011 09:14:09 -0000      1.169
+++ sapi/include/confdefs.h     18 Aug 2011 11:28:02 -0000
@@ -45,6 +45,10 @@
  #include <rtems.h>
  #include <rtems/score/apimutex.h>
+#ifndef CONFIGURE_DO_NOT_INCLUDE_BSP_H
+  #include <bsp.h>
+#endif
+
  #ifdef __cplusplus
  extern "C" {
  #endif
Index: ./libmisc/dummy/dummy.c
===================================================================
RCS file: /usr1/CVS/rtems/cpukit/libmisc/dummy/dummy.c,v
retrieving revision 1.15
diff -u -r1.15 dummy.c
--- ./libmisc/dummy/dummy.c     5 Aug 2009 00:00:54 -0000       1.15
+++ ./libmisc/dummy/dummy.c     18 Aug 2011 11:28:02 -0000
@@ -34,5 +34,7 @@
  #define CONFIGURE_INIT
+#define CONFIGURE_DO_NOT_INCLUDE_BSP_H
+
  #include <rtems/confdefs.h>
-- 
Sebastian Huber, embedded brains GmbH
Address : Obere Lagerstr. 30, D-82178 Puchheim, Germany
Phone   : +49 89 18 90 80 79-6
Fax     : +49 89 18 90 80 79-9
E-Mail  : sebastian.huber at embedded-brains.de
PGP     : Public key available on request.
Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.
    
    
More information about the vc
mailing list