change log for rtems (2010-05-26)

rtems-vc at rtems.org rtems-vc at rtems.org
Thu May 27 04:10:48 UTC 2010


 *ralf*:
2010-05-27	Ralf Corsépius <ralf.corsepius at rtems.org>

	* librpc/include/rpc/xdr.h: Cosmetics from freebsd.

M 1.2307  cpukit/ChangeLog
M   1.11  cpukit/librpc/include/rpc/xdr.h

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
@@ -1,3 +1,7 @@
+2010-05-27	Ralf Corsépius <ralf.corsepius at rtems.org>
+
+	* librpc/include/rpc/xdr.h: Cosmetics from freebsd.
+
 2010-05-26	Ralf Corsépius <ralf.corsepius at rtems.org>
 
 	* librpc/src/rpc/clnt_udp.c: Cosmetics from freebsd.

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
@@ -102,14 +102,14 @@
  */
 typedef struct __rpc_xdr {
 	enum xdr_op	x_op;		/* operation; fast additional param */
-	struct xdr_ops {
+	const struct xdr_ops {
 		/* get a long from underlying stream */
 		bool_t	(*x_getlong)(struct __rpc_xdr *, long *);
-		/* put a long to underlying stream */
+		/* put a long to " */
 		bool_t	(*x_putlong)(struct __rpc_xdr *, const long *);
-		/* get some bytes from underlying stream */
+		/* get some bytes from " */
 		bool_t	(*x_getbytes)(struct __rpc_xdr *, char *, u_int);
-		/* put some bytes to underlying stream */
+		/* put some bytes to " */
 		bool_t	(*x_putbytes)(struct __rpc_xdr *, const char *, u_int);
 		/* returns bytes off from beginning */
 		u_int	(*x_getpostn)(struct __rpc_xdr *);



--

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/20100526/cf9a32cb/attachment.html>


More information about the vc mailing list