Module: xenomai-forge
Branch: rtdm-api-waitqueues
Commit: bac39755801c9ac7c7b73b3d675a0720f5e976b0
URL:    
http://git.xenomai.org/?p=xenomai-forge.git;a=commit;h=bac39755801c9ac7c7b73b3d675a0720f5e976b0

Author: Philippe Gerum <r...@xenomai.org>
Date:   Wed Apr 16 11:10:17 2014 +0200

include/boilerplate: fix inclusion guards

---

 include/cobalt/boilerplate/signal.h    |    6 +++---
 include/cobalt/boilerplate/trace.h     |    6 +++---
 include/cobalt/boilerplate/wrappers.h  |    6 +++---
 include/mercury/boilerplate/signal.h   |    6 +++---
 include/mercury/boilerplate/trace.h    |    6 +++---
 include/mercury/boilerplate/wrappers.h |    6 +++---
 6 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/include/cobalt/boilerplate/signal.h 
b/include/cobalt/boilerplate/signal.h
index 92112a4..2f7ca95 100644
--- a/include/cobalt/boilerplate/signal.h
+++ b/include/cobalt/boilerplate/signal.h
@@ -15,9 +15,9 @@
  * License along with this library; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA.
  */
-#ifndef _COBALT_COPPERPLATE_SIGNAL_H
-#define _COBALT_COPPERPLATE_SIGNAL_H
+#ifndef _COBALT_BOILERPLATE_SIGNAL_H
+#define _COBALT_BOILERPLATE_SIGNAL_H
 
 #include <cobalt/signal.h>
 
-#endif /* _COBALT_COPPERPLATE_SIGNAL_H */
+#endif /* _COBALT_BOILERPLATE_SIGNAL_H */
diff --git a/include/cobalt/boilerplate/trace.h 
b/include/cobalt/boilerplate/trace.h
index 4f2d7e4..c6cff8b 100644
--- a/include/cobalt/boilerplate/trace.h
+++ b/include/cobalt/boilerplate/trace.h
@@ -15,9 +15,9 @@
  * License along with this library; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA.
  */
-#ifndef _COBALT_COPPERPLATE_TRACE_H
-#define _COBALT_COPPERPLATE_TRACE_H
+#ifndef _COBALT_BOILERPLATE_TRACE_H
+#define _COBALT_BOILERPLATE_TRACE_H
 
 #include <cobalt/trace.h>
 
-#endif /* _COBALT_COPPERPLATE_TRACE_H */
+#endif /* _COBALT_BOILERPLATE_TRACE_H */
diff --git a/include/cobalt/boilerplate/wrappers.h 
b/include/cobalt/boilerplate/wrappers.h
index 42f514e..fc3a59d 100644
--- a/include/cobalt/boilerplate/wrappers.h
+++ b/include/cobalt/boilerplate/wrappers.h
@@ -15,9 +15,9 @@
  * License along with this library; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA.
  */
-#ifndef _COBALT_COPPERPLATE_WRAPPERS_H
-#define _COBALT_COPPERPLATE_WRAPPERS_H
+#ifndef _COBALT_BOILERPLATE_WRAPPERS_H
+#define _COBALT_BOILERPLATE_WRAPPERS_H
 
 #include <cobalt/wrappers.h>
 
-#endif /* !_COBALT_COPPERPLATE_WRAPPERS_H */
+#endif /* !_COBALT_BOILERPLATE_WRAPPERS_H */
diff --git a/include/mercury/boilerplate/signal.h 
b/include/mercury/boilerplate/signal.h
index a09b3f9..61efda4 100644
--- a/include/mercury/boilerplate/signal.h
+++ b/include/mercury/boilerplate/signal.h
@@ -15,8 +15,8 @@
  * License along with this library; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA.
  */
-#ifndef _MERCURY_COPPERPLATE_SIGNAL_H
-#define _MERCURY_COPPERPLATE_SIGNAL_H
+#ifndef _MERCURY_BOILERPLATE_SIGNAL_H
+#define _MERCURY_BOILERPLATE_SIGNAL_H
 
 #include <signal.h>
 
@@ -27,4 +27,4 @@
 #define SIGNOTIFY      (SIGRTMIN + 8) /* Internal notification */
 #define SIGRELS                (SIGRTMIN + 9) /* Syscall abort */
 
-#endif /* _MERCURY_COPPERPLATE_SIGNAL_H */
+#endif /* _MERCURY_BOILERPLATE_SIGNAL_H */
diff --git a/include/mercury/boilerplate/trace.h 
b/include/mercury/boilerplate/trace.h
index 650696c..223e364 100644
--- a/include/mercury/boilerplate/trace.h
+++ b/include/mercury/boilerplate/trace.h
@@ -15,8 +15,8 @@
  * License along with this library; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA.
  */
-#ifndef _MERCURY_COPPERPLATE_TRACE_H
-#define _MERCURY_COPPERPLATE_TRACE_H
+#ifndef _MERCURY_BOILERPLATE_TRACE_H
+#define _MERCURY_BOILERPLATE_TRACE_H
 
 #include <errno.h>
 
@@ -60,4 +60,4 @@ static inline int xntrace_special_u64(unsigned char id, 
unsigned long long v)
        return -ENOSYS;
 }
 
-#endif /* _MERCURY_COPPERPLATE_TRACE_H */
+#endif /* _MERCURY_BOILERPLATE_TRACE_H */
diff --git a/include/mercury/boilerplate/wrappers.h 
b/include/mercury/boilerplate/wrappers.h
index a167460..a62ccb7 100644
--- a/include/mercury/boilerplate/wrappers.h
+++ b/include/mercury/boilerplate/wrappers.h
@@ -15,10 +15,10 @@
  * License along with this library; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA.
  */
-#ifndef _MERCURY_COPPERPLATE_WRAPPERS_H
-#define _MERCURY_COPPERPLATE_WRAPPERS_H
+#ifndef _MERCURY_BOILERPLATE_WRAPPERS_H
+#define _MERCURY_BOILERPLATE_WRAPPERS_H
 
 #define __RT(call)     call
 #define __STD(call)    call
 
-#endif /* _MERCURY_COPPERPLATE_WRAPPERS_H */
+#endif /* _MERCURY_BOILERPLATE_WRAPPERS_H */


_______________________________________________
Xenomai-git mailing list
Xenomai-git@xenomai.org
http://www.xenomai.org/mailman/listinfo/xenomai-git

Reply via email to