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

version 1.3.6.2, 2012/03/13 17:10:13 version 1.3.6.3, 2012/03/14 13:29:11
Line 61  SUCH DAMAGE. Line 61  SUCH DAMAGE.
                         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;
 extern char rpc_Error[];  extern char rpc_Error[];

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


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