Diff for /libaitcfg/inc/global.h between versions 1.3.4.1 and 1.3.4.2

version 1.3.4.1, 2012/03/30 11:59:11 version 1.3.4.2, 2012/04/02 14:39:02
Line 56  SUCH DAMAGE. Line 56  SUCH DAMAGE.
 #include <unistd.h>  #include <unistd.h>
 #include <errno.h>  #include <errno.h>
 #include <time.h>  #include <time.h>
   #include <syslog.h>
   #ifdef HAVE_LIBPTHREAD
   #include <pthread.h>
   #endif
 #include <assert.h>  #include <assert.h>
 #include <aitio.h>  #include <aitio.h>
   #include <aitcrc.h>
   #include <atree.h>
 #include <sys/types.h>  #include <sys/types.h>
   
 #include "defs.h"  
 #include "aitcfg.h"  #include "aitcfg.h"
   #include "defs.h"
   
   
 #endif  #endif

Removed from v.1.3.4.1  
changed lines
  Added in v.1.3.4.2


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