Diff for /libaitio/inc/aitio.h between versions 1.4.2.12 and 1.4.2.13

version 1.4.2.12, 2010/09/08 18:07:20 version 1.4.2.13, 2010/09/08 18:12:39
Line 236  extern int io_Debug; Line 236  extern int io_Debug;
                                         char str[STRSIZ] = { 0 }; \                                          char str[STRSIZ] = { 0 }; \
                                         snprintf(str, STRSIZ, (fmt), ##__VA_ARGS__); \                                          snprintf(str, STRSIZ, (fmt), ##__VA_ARGS__); \
                                         syslog(LOG_ERR, "ioError():%s(%d): #%d - %s\n", \                                          syslog(LOG_ERR, "ioError():%s(%d): #%d - %s\n", \
                                                         __func__, __LINE__, x, str); \                                                         __func__, __LINE__, (x), str); \
                                 } while (0)                                  } while (0)
 #define io_sysERROR(x)          do { \  #define io_sysERROR(x)          do { \
                                         if (x > 0 || errno) \                                          if (x > 0 || errno) \

Removed from v.1.4.2.12  
changed lines
  Added in v.1.4.2.13


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