Diff for /libaitsync/inc/global.h between versions 1.1.1.1 and 1.1.1.1.2.2

version 1.1.1.1, 2010/03/24 16:00:15 version 1.1.1.1.2.2, 2011/05/08 00:49:45
Line 21 Line 21
 #include <errno.h>  #include <errno.h>
 #include <assert.h>  #include <assert.h>
 #include <zlib.h>  #include <zlib.h>
   #include <dirent.h>
 #include <sys/types.h>  #include <sys/types.h>
   #if !defined(__NetBSD__)
 #include <sys/limits.h>  #include <sys/limits.h>
   #endif
 #include <sys/param.h>  #include <sys/param.h>
 #include <sys/stat.h>  #include <sys/stat.h>
 #include <sys/mman.h>  #include <sys/mman.h>

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.1.2.2


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