<!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 (2010-05-26)</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>2010-05-27 Ralf Corsépius <ralf.corsepius@rtems.org>

        * librpc/include/rpc/xdr.h: Cosmetics from freebsd.
</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.2306&r2=text&tr2=1.2307&diff_format=h">M</a></td><td width='1%'>1.2307</td><td width='100%'>cpukit/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/librpc/include/rpc/xdr.h.diff?r1=text&tr1=1.10&r2=text&tr2=1.11&diff_format=h">M</a></td><td width='1%'>1.11</td><td width='100%'>cpukit/librpc/include/rpc/xdr.h</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/ChangeLog:1.2306 rtems/cpukit/ChangeLog:1.2307
--- rtems/cpukit/ChangeLog:1.2306       Wed May 26 01:23:58 2010
+++ rtems/cpukit/ChangeLog      Wed May 26 23:09:04 2010
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2010-05-27    Ralf Corsépius <ralf.corsepius@rtems.org>
+
+       * librpc/include/rpc/xdr.h: Cosmetics from freebsd.
+
</font> 2010-05-26        Ralf Corsépius <ralf.corsepius@rtems.org>
 
        * librpc/src/rpc/clnt_udp.c: Cosmetics from freebsd.

<font color='#006600'>diff -u rtems/cpukit/librpc/include/rpc/xdr.h:1.10 rtems/cpukit/librpc/include/rpc/xdr.h:1.11
--- rtems/cpukit/librpc/include/rpc/xdr.h:1.10  Sun Dec  7 22:41:09 2008
+++ rtems/cpukit/librpc/include/rpc/xdr.h       Wed May 26 23:09:05 2010
</font><font color='#997700'>@@ -102,14 +102,14 @@
</font>  */
 typedef struct __rpc_xdr {
        enum xdr_op     x_op;           /* operation; fast additional param */
<font color='#880000'>-   struct xdr_ops {
</font><font color='#000088'>+      const struct xdr_ops {
</font>           /* get a long from underlying stream */
                bool_t  (*x_getlong)(struct __rpc_xdr *, long *);
<font color='#880000'>-           /* put a long to underlying stream */
</font><font color='#000088'>+              /* put a long to " */
</font>           bool_t  (*x_putlong)(struct __rpc_xdr *, const long *);
<font color='#880000'>-           /* get some bytes from underlying stream */
</font><font color='#000088'>+              /* get some bytes from " */
</font>           bool_t  (*x_getbytes)(struct __rpc_xdr *, char *, u_int);
<font color='#880000'>-           /* put some bytes to underlying stream */
</font><font color='#000088'>+              /* put some bytes to " */
</font>           bool_t  (*x_putbytes)(struct __rpc_xdr *, const char *, u_int);
                /* returns bytes off from beginning */
                u_int   (*x_getpostn)(struct __rpc_xdr *);
</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>