change log for rtems (2010-09-13)

rtems-vc at rtems.org rtems-vc at rtems.org
Mon Sep 13 14:10:18 UTC 2010


 *sh*:
2010-09-13	Sebastian Huber <sebastian.huber at embedded-brains.de>

	* libmd/md5.h: C++ compatibility.

M 1.2626  cpukit/ChangeLog
M    1.5  cpukit/libmd/md5.h

diff -u rtems/cpukit/ChangeLog:1.2625 rtems/cpukit/ChangeLog:1.2626
--- rtems/cpukit/ChangeLog:1.2625	Wed Sep  8 05:19:24 2010
+++ rtems/cpukit/ChangeLog	Mon Sep 13 08:57:32 2010
@@ -1,3 +1,7 @@
+2010-09-13	Sebastian Huber <sebastian.huber at embedded-brains.de>
+
+	* libmd/md5.h: C++ compatibility.
+
 2010-09-08	Ralf Corsépius <ralf.corsepius at rtems.org>
 
 	* configure.ac: Add checks for pthread_attr_getguardsize,

diff -u rtems/cpukit/libmd/md5.h:1.4 rtems/cpukit/libmd/md5.h:1.5
--- rtems/cpukit/libmd/md5.h:1.4	Mon Jun 14 11:06:14 2010
+++ rtems/cpukit/libmd/md5.h	Mon Sep 13 08:57:32 2010
@@ -41,6 +41,10 @@
 
 #include <stdint.h>
 
+#ifdef __cplusplus
+extern "C" {
+#endif /* __cplusplus */
+
 /* typedef a 32-bit type */
 typedef uint32_t UINT4;
 
@@ -56,5 +60,9 @@
 void MD5Update (MD5_CTX *, const unsigned char *, unsigned int);
 void MD5Final (unsigned char [16], MD5_CTX *);
 
+#ifdef __cplusplus
+}
+#endif /* __cplusplus */
+
 #define __MD5_INCLUDE__
 #endif /* __MD5_INCLUDE__ */



--

Generated by Deluxe Loginfo [http://www.codewiz.org/projects/index.html#loginfo] 2.122 by Bernardo Innocenti <bernie at develer.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/vc/attachments/20100913/195a429e/attachment.html>


More information about the vc mailing list