Diff for /libaitrpc/inc/defs.h between versions 1.2 and 1.2.4.2

version 1.2, 2011/05/02 23:12:08 version 1.2.4.2, 2011/08/19 13:40:20
Line 49  SUCH DAMAGE. Line 49  SUCH DAMAGE.
   
 #define DEF_RPC_TIMEOUT         3  #define DEF_RPC_TIMEOUT         3
   
 #define BLOB_MAX                1460  
 #define BLOBSIZ                 1024  
 #define STRSIZ                  256  #define STRSIZ                  256
   
   
Line 62  SUCH DAMAGE. Line 60  SUCH DAMAGE.
                         strlcpy(rpc_Error, strerror(errno), STRSIZ); \                          strlcpy(rpc_Error, strerror(errno), STRSIZ); \
                 }                  }
   
   
 extern int rpc_Kill, blob_Kill;  
   
 extern int rpc_Errno;  extern int rpc_Errno;
 extern char rpc_Error[];  extern char rpc_Error[];

Removed from v.1.2  
changed lines
  Added in v.1.2.4.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>