<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>change log for rtems (2011-10-08)</title>
</head>
<body text='#000000' bgcolor='#ffffff'>
<a name='cs1'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
 <font color='#bb2222'><strong>ralf</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-10-09 Ralf Corsépius <ralf.corsepius@rtems.org>

        * libmisc/serdbg/serdbg.h (putDebugChar, getDebugChar):
        Remove duplicate decls.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/ChangeLog.diff?r1=text&tr1=1.2940&r2=text&tr2=1.2941&diff_format=h">M</a></td><td width='1%'>1.2941</td><td width='100%'>cpukit/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/libmisc/serdbg/serdbg.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.7&diff_format=h">M</a></td><td width='1%'>1.7</td><td width='100%'>cpukit/libmisc/serdbg/serdbg.h</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/ChangeLog:1.2940 rtems/cpukit/ChangeLog:1.2941
--- rtems/cpukit/ChangeLog:1.2940       Fri Oct  7 09:29:18 2011
+++ rtems/cpukit/ChangeLog      Sat Oct  8 22:59:21 2011
</font><font color='#997700'>@@ -1,3 +1,8 @@
</font><font color='#000088'>+2011-10-09    Ralf Corsépius <ralf.corsepius@rtems.org>
+
+       * libmisc/serdbg/serdbg.h (putDebugChar, getDebugChar):
+       Remove duplicate decls.
+
</font> 2011-10-07        Daniel Hellstrom <daniel@gaisler.com>
 
        PR 1931/cpukit

<font color='#006600'>diff -u rtems/cpukit/libmisc/serdbg/serdbg.h:1.6 rtems/cpukit/libmisc/serdbg/serdbg.h:1.7
--- rtems/cpukit/libmisc/serdbg/serdbg.h:1.6    Mon Sep  1 06:28:56 2008
+++ rtems/cpukit/libmisc/serdbg/serdbg.h        Sat Oct  8 22:59:21 2011
</font><font color='#997700'>@@ -139,42 +139,6 @@
</font> |    0 on success, -1 and errno otherwise                                   |
 \*=========================================================================*/
 
<font color='#880000'>-/*=========================================================================*\
-| Function:                                                                 |
-\*-------------------------------------------------------------------------*/
-void putDebugChar
-/*-------------------------------------------------------------------------*\
-| Purpose:                                                                  |
-|    send one character to serial port                                      |
-+---------------------------------------------------------------------------+
-| Input Parameters:                                                         |
-\*-------------------------------------------------------------------------*/
-(
- char c  /* character to print */
- );
-/*-------------------------------------------------------------------------*\
-| Return Value:                                                             |
-|    <none>                                                                 |
-\*=========================================================================*/
-
-/*=========================================================================*\
-| Function:                                                                 |
-\*-------------------------------------------------------------------------*/
-int getDebugChar
-/*-------------------------------------------------------------------------*\
-| Purpose:                                                                  |
-|    wait for one character from serial port                                |
-+---------------------------------------------------------------------------+
-| Input Parameters:                                                         |
-\*-------------------------------------------------------------------------*/
-(
- void  /* none */
- );
-/*-------------------------------------------------------------------------*\
-| Return Value:                                                             |
-|    received character                                                     |
-\*=========================================================================*/
-
</font> /*
  * Assumed to be provided by the BSP
  */
</pre>
<p> </p>

<p>--<br />
<small>Generated by <a href="http://www.codewiz.org/projects/index.html#loginfo">Deluxe Loginfo</a> 2.122 by Bernardo Innocenti <bernie@develer.com></small></p>
</body>
</html>