Diff for /libaitrpc/inc/defs.h between versions 1.3.6.3 and 1.3.6.4

version 1.3.6.3, 2012/03/14 13:29:11 version 1.3.6.4, 2012/03/15 01:32:21
Line 52  SUCH DAMAGE. Line 52  SUCH DAMAGE.
   
 #define STRSIZ                  256  #define STRSIZ                  256
   
   #define RPC_TRACE_LEVEL         7
   #define RPC_DEBUG_LEVEL         5
   
   
 #define BLOB_FILE               "%s/BLOB-%0X"  #define BLOB_FILE               "%s/BLOB-%0X"
   
   
Line 60  SUCH DAMAGE. Line 63  SUCH DAMAGE.
                         rpc_Errno = errno; \                          rpc_Errno = errno; \
                         strlcpy(rpc_Error, strerror(errno), STRSIZ); \                          strlcpy(rpc_Error, strerror(errno), STRSIZ); \
                 } while(0)                  } while(0)
   
 #ifdef NDEBUG  
 #define FTRACE()  
 #define LOGGER()  
 #else  
 #define FTRACE()                ioTRACE(0)  
 #define LOGGER(fmt, ...)        ioLOGGER(LOG_NOTICE, (fmt), ## __VA_ARGS__)  
 #endif  
   
   
 extern int rpc_Errno;  extern int rpc_Errno;

Removed from v.1.3.6.3  
changed lines
  Added in v.1.3.6.4


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