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

version 1.2.4.2, 2011/08/19 13:40:20 version 1.2.4.3, 2011/08/19 14:04:21
Line 55  SUCH DAMAGE. Line 55  SUCH DAMAGE.
 #define BLOB_FILE               "%s/BLOB-%0X"  #define BLOB_FILE               "%s/BLOB-%0X"
   
   
#define LOGERR  { \#define LOGERR  do { \
                         rpc_Errno = errno; \                          rpc_Errno = errno; \
                         strlcpy(rpc_Error, strerror(errno), STRSIZ); \                          strlcpy(rpc_Error, strerror(errno), STRSIZ); \
                }                } while(0)
   
   
 extern int rpc_Errno;  extern int rpc_Errno;

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


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