Diff for /libaitcfg/inc/defs.h between versions 1.5 and 1.5.8.1

version 1.5, 2012/07/22 21:54:47 version 1.5.8.1, 2012/08/30 13:49:44
Line 51  SUCH DAMAGE. Line 51  SUCH DAMAGE.
 #define STRSIZ          256  #define STRSIZ          256
 #endif  #endif
   
   #define ATR_LINES_DELIM "="
   #define SEC_LINES_DELIM "!"
   #define EOL_LINES_DELIM "\n"
   
 #define LOGERR  { \  #define LOGERR  { \
                         cfg_Errno = errno; \                          cfg_Errno = errno; \
                         strlcpy(cfg_Error, strerror(errno), sizeof cfg_Error); \                          strlcpy(cfg_Error, strerror(errno), sizeof cfg_Error); \

Removed from v.1.5  
changed lines
  Added in v.1.5.8.1


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