<!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-05-05)</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>Make self-contained.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/librpc/include/rpc/auth.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.6&diff_format=h">M</a></td><td width='1%'>1.6</td><td width='100%'>cpukit/librpc/include/rpc/auth.h</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/librpc/include/rpc/auth_unix.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.6&diff_format=h">M</a></td><td width='1%'>1.6</td><td width='100%'>cpukit/librpc/include/rpc/auth_unix.h</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/librpc/include/rpc/clnt.h.diff?r1=text&tr1=1.12&r2=text&tr2=1.13&diff_format=h">M</a></td><td width='1%'>1.13</td><td width='100%'>cpukit/librpc/include/rpc/clnt.h</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/librpc/include/rpc/clnt_soc.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.5&diff_format=h">M</a></td><td width='1%'>1.5</td><td width='100%'>cpukit/librpc/include/rpc/clnt_soc.h</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/librpc/include/rpc/pmap_clnt.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/librpc/include/rpc/pmap_clnt.h</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/librpc/include/rpc/pmap_prot.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.6&diff_format=h">M</a></td><td width='1%'>1.6</td><td width='100%'>cpukit/librpc/include/rpc/pmap_prot.h</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/librpc/include/rpc/pmap_rmt.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.6&diff_format=h">M</a></td><td width='1%'>1.6</td><td width='100%'>cpukit/librpc/include/rpc/pmap_rmt.h</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/librpc/include/rpc/rpc_msg.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.6&diff_format=h">M</a></td><td width='1%'>1.6</td><td width='100%'>cpukit/librpc/include/rpc/rpc_msg.h</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/librpc/include/rpc/svc.h.diff?r1=text&tr1=1.11&r2=text&tr2=1.12&diff_format=h">M</a></td><td width='1%'>1.12</td><td width='100%'>cpukit/librpc/include/rpc/svc.h</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/librpc/include/rpc/svc_auth.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&diff_format=h">M</a></td><td width='1%'>1.4</td><td width='100%'>cpukit/librpc/include/rpc/svc_auth.h</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/librpc/include/rpc/svc_soc.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&diff_format=h">M</a></td><td width='1%'>1.4</td><td width='100%'>cpukit/librpc/include/rpc/svc_soc.h</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/librpc/include/rpc/auth.h:1.5 rtems/cpukit/librpc/include/rpc/auth.h:1.6
--- rtems/cpukit/librpc/include/rpc/auth.h:1.5  Thu Mar 24 04:33:24 2011
+++ rtems/cpukit/librpc/include/rpc/auth.h      Thu May  5 07:30:09 2011
</font><font color='#997700'>@@ -45,6 +45,7 @@
</font> #define _RPC_AUTH_H
 #include <sys/cdefs.h>
 #include <sys/socket.h>
<font color='#000088'>+#include <rpc/xdr.h>
</font> 
 #define MAX_AUTH_BYTES 400
 #define MAXNETNAMELEN  255     /* maximum length of network user's name */

<font color='#006600'>diff -u rtems/cpukit/librpc/include/rpc/auth_unix.h:1.5 rtems/cpukit/librpc/include/rpc/auth_unix.h:1.6
--- rtems/cpukit/librpc/include/rpc/auth_unix.h:1.5     Thu Mar 24 04:33:24 2011
+++ rtems/cpukit/librpc/include/rpc/auth_unix.h Thu May  5 07:30:09 2011
</font><font color='#997700'>@@ -47,6 +47,7 @@
</font> #ifndef _RPC_AUTH_UNIX_H
 #define _RPC_AUTH_UNIX_H
 #include <sys/cdefs.h>
<font color='#000088'>+#include <rpc/auth.h> /* opaque_auth */
</font> 
 /* The machine name is part of a credential; it may not exceed 255 bytes */
 #define MAX_MACHINE_NAME 255

<font color='#006600'>diff -u rtems/cpukit/librpc/include/rpc/clnt.h:1.12 rtems/cpukit/librpc/include/rpc/clnt.h:1.13
--- rtems/cpukit/librpc/include/rpc/clnt.h:1.12 Thu Mar 24 04:33:24 2011
+++ rtems/cpukit/librpc/include/rpc/clnt.h      Thu May  5 07:30:09 2011
</font><font color='#997700'>@@ -66,6 +66,7 @@
</font> #include <rpc/clnt_stat.h>
 #include <sys/cdefs.h>
 #include <sys/un.h>
<font color='#000088'>+#include <rpc/auth.h> /* auth_stat */
</font> 
 /*
  * Error info.

<font color='#006600'>diff -u rtems/cpukit/librpc/include/rpc/clnt_soc.h:1.4 rtems/cpukit/librpc/include/rpc/clnt_soc.h:1.5
--- rtems/cpukit/librpc/include/rpc/clnt_soc.h:1.4      Thu Mar 24 04:33:24 2011
+++ rtems/cpukit/librpc/include/rpc/clnt_soc.h  Thu May  5 07:30:09 2011
</font><font color='#997700'>@@ -40,6 +40,8 @@
</font> #ifndef _RPC_CLNT_SOC_H
 #define _RPC_CLNT_SOC_H
 
<font color='#000088'>+#include <time.h>
+
</font> /* derived from clnt_soc.h 1.3 88/12/17 SMI     */
 
 /*
<font color='#997700'>@@ -48,6 +50,7 @@
</font>  */
 
 #include <sys/cdefs.h>
<font color='#000088'>+#include <rpc/clnt.h>
</font> 
 #define UDPMSGSIZE      8800    /* rpc imposed limit on udp msg size */<span style="background-color: #FF0000">  </span>
 

<font color='#006600'>diff -u rtems/cpukit/librpc/include/rpc/pmap_clnt.h:1.6 rtems/cpukit/librpc/include/rpc/pmap_clnt.h:1.7
--- rtems/cpukit/librpc/include/rpc/pmap_clnt.h:1.6     Thu Mar 24 04:33:24 2011
+++ rtems/cpukit/librpc/include/rpc/pmap_clnt.h Thu May  5 07:30:09 2011
</font><font color='#997700'>@@ -62,7 +62,11 @@
</font> 
 #ifndef _RPC_PMAPCLNT_H
 #define _RPC_PMAPCLNT_H
<font color='#000088'>+
</font> #include <sys/cdefs.h>
<font color='#000088'>+#include <netinet/in.h> /* struct sockaddr_in */
+#include <rpc/types.h>
+#include <rpc/xdr.h> /* xdrproc_t */
</font> 
 __BEGIN_DECLS
 extern bool_t          pmap_set        (u_long, u_long, int, int);

<font color='#006600'>diff -u rtems/cpukit/librpc/include/rpc/pmap_prot.h:1.5 rtems/cpukit/librpc/include/rpc/pmap_prot.h:1.6
--- rtems/cpukit/librpc/include/rpc/pmap_prot.h:1.5     Thu Mar 24 04:33:24 2011
+++ rtems/cpukit/librpc/include/rpc/pmap_prot.h Thu May  5 07:30:09 2011
</font><font color='#997700'>@@ -71,6 +71,7 @@
</font> #ifndef _RPC_PMAPPROT_H
 #define _RPC_PMAPPROT_H
 #include <sys/cdefs.h>
<font color='#000088'>+#include <rpc/xdr.h>
</font> 
 #define PMAPPORT               ((u_short)111)
 #define PMAPPROG               ((u_long)100000)

<font color='#006600'>diff -u rtems/cpukit/librpc/include/rpc/pmap_rmt.h:1.5 rtems/cpukit/librpc/include/rpc/pmap_rmt.h:1.6
--- rtems/cpukit/librpc/include/rpc/pmap_rmt.h:1.5      Thu Mar 24 04:33:24 2011
+++ rtems/cpukit/librpc/include/rpc/pmap_rmt.h  Thu May  5 07:30:09 2011
</font><font color='#997700'>@@ -41,6 +41,7 @@
</font> #ifndef _RPC_PMAPRMT_H
 #define _RPC_PMAPRMT_H
 #include <sys/cdefs.h>
<font color='#000088'>+#include <rpc/xdr.h>
</font> 
 struct rmtcallargs {
        u_long prog, vers, proc, arglen;

<font color='#006600'>diff -u rtems/cpukit/librpc/include/rpc/rpc_msg.h:1.5 rtems/cpukit/librpc/include/rpc/rpc_msg.h:1.6
--- rtems/cpukit/librpc/include/rpc/rpc_msg.h:1.5       Thu May 27 02:36:24 2010
+++ rtems/cpukit/librpc/include/rpc/rpc_msg.h   Thu May  5 07:30:09 2011
</font><font color='#997700'>@@ -45,6 +45,12 @@
</font> #ifndef _RPC_RPC_MSG_H
 #define _RPC_RPC_MSG_H
 
<font color='#000088'>+#include <rpc/types.h>
+#include <rpc/xdr.h> /* xdrproc_t */
+#include <rpc/auth.h> /* opaque_auth */
+
+struct rpc_err; /* forward */
+
</font> #define RPC_MSG_VERSION           ((u_int32_t) 2)
 #define RPC_SERVICE_PORT       ((u_short) 2048)
 

<font color='#006600'>diff -u rtems/cpukit/librpc/include/rpc/svc.h:1.11 rtems/cpukit/librpc/include/rpc/svc.h:1.12
--- rtems/cpukit/librpc/include/rpc/svc.h:1.11  Thu Mar 24 04:33:24 2011
+++ rtems/cpukit/librpc/include/rpc/svc.h       Thu May  5 07:30:09 2011
</font><font color='#997700'>@@ -39,7 +39,13 @@
</font> 
 #ifndef _RPC_SVC_H
 #define _RPC_SVC_H
<font color='#000088'>+
</font> #include <sys/cdefs.h>
<font color='#000088'>+#include <rpc/types.h>
+#include <rpc/xdr.h> /* xdrproc_t */
+#include <sys/socket.h> /* socklen_t */
+#include <netinet/in.h> /* struct sockaddr_in */
+#include <rpc/auth.h> /* auth_stat */
</font> 
 /*
  * This interface must manage two items concerning remote procedure calling:

<font color='#006600'>diff -u rtems/cpukit/librpc/include/rpc/svc_auth.h:1.3 rtems/cpukit/librpc/include/rpc/svc_auth.h:1.4
--- rtems/cpukit/librpc/include/rpc/svc_auth.h:1.3      Fri Aug  1 00:32:24 2008
+++ rtems/cpukit/librpc/include/rpc/svc_auth.h  Thu May  5 07:30:09 2011
</font><font color='#997700'>@@ -40,6 +40,8 @@
</font> #ifndef _RPC_SVCAUTH_H
 #define _RPC_SVCAUTH_H
 
<font color='#000088'>+#include <sys/cdefs.h>
+
</font> struct rpc_msg;
 struct svc_req;
 

<font color='#006600'>diff -u rtems/cpukit/librpc/include/rpc/svc_soc.h:1.3 rtems/cpukit/librpc/include/rpc/svc_soc.h:1.4
--- rtems/cpukit/librpc/include/rpc/svc_soc.h:1.3       Thu Mar 24 04:33:24 2011
+++ rtems/cpukit/librpc/include/rpc/svc_soc.h   Thu May  5 07:30:09 2011
</font><font color='#997700'>@@ -40,6 +40,8 @@
</font> #ifndef _RPC_SVC_SOC_H
 #define _RPC_SVC_SOC_H
 #include <sys/cdefs.h>
<font color='#000088'>+#include <rpc/types.h>
+#include <rpc/svc.h> /* SVCXPRT */
</font> 
 /* #pragma ident   "@(#)svc_soc.h  1.11    94/04/25 SMI" */
 /*      svc_soc.h 1.8 89/05/01 SMI      */
</pre>
<p> </p>
<a name='cs2'></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-05-05 Ralf Corsépius <ralf.corsepius@rtems.org>

        * librpc/include/rpc/auth.h, librpc/include/rpc/auth_unix.h,
        librpc/include/rpc/clnt.h, librpc/include/rpc/clnt_soc.h,
        librpc/include/rpc/pmap_clnt.h, librpc/include/rpc/pmap_prot.h,
        librpc/include/rpc/pmap_rmt.h, librpc/include/rpc/rpc_msg.h,
        librpc/include/rpc/svc.h, librpc/include/rpc/svc_auth.h,
        librpc/include/rpc/svc_soc.h: Make self-contained.
</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.2806&r2=text&tr2=1.2807&diff_format=h">M</a></td><td width='1%'>1.2807</td><td width='100%'>cpukit/ChangeLog</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/ChangeLog:1.2806 rtems/cpukit/ChangeLog:1.2807
--- rtems/cpukit/ChangeLog:1.2806       Wed Apr 27 12:18:58 2011
+++ rtems/cpukit/ChangeLog      Thu May  5 07:30:36 2011
</font><font color='#997700'>@@ -1,3 +1,12 @@
</font><font color='#000088'>+2011-05-05    Ralf Corsépius <ralf.corsepius@rtems.org>
+
+       * librpc/include/rpc/auth.h, librpc/include/rpc/auth_unix.h,
+       librpc/include/rpc/clnt.h, librpc/include/rpc/clnt_soc.h,
+       librpc/include/rpc/pmap_clnt.h, librpc/include/rpc/pmap_prot.h,
+       librpc/include/rpc/pmap_rmt.h, librpc/include/rpc/rpc_msg.h,
+       librpc/include/rpc/svc.h, librpc/include/rpc/svc_auth.h,
+       librpc/include/rpc/svc_soc.h: Make self-contained.
+
</font> 2011-04-27        Jennifer Averett <Jennifer.Averett@OARcorp.com>
 
        PR 1784
</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>