Diff for /embedtools/inc/global.h between versions 1.2.2.5 and 1.2.2.8

version 1.2.2.5, 2011/06/20 12:37:07 version 1.2.2.8, 2012/03/20 15:26:40
Line 62  SUCH DAMAGE. Line 62  SUCH DAMAGE.
 #include <poll.h>  #include <poll.h>
 #include <sched.h>  #include <sched.h>
 #include <assert.h>  #include <assert.h>
   #include <paths.h>
 #include <sys/types.h>  #include <sys/types.h>
 #include <sys/param.h>  #include <sys/param.h>
 #include <sys/stdint.h>  #include <sys/stdint.h>
Line 113  SUCH DAMAGE. Line 114  SUCH DAMAGE.
 #include <net80211/ieee80211_ioctl.h>  #include <net80211/ieee80211_ioctl.h>
 #endif  #endif
 #include <openssl/md5.h>  #include <openssl/md5.h>
   #include <machine/cpufunc.h>
 #include <aitio.h>  #include <aitio.h>
 #include <aitcfg.h>  #include <aitcfg.h>
 #include <aitsync.h>  #include <aitsync.h>
 #include <aitcrc.h>  #include <aitcrc.h>
   #include <aitwww.h>
   
 #include "config.h"  #include "config.h"
   

Removed from v.1.2.2.5  
changed lines
  Added in v.1.2.2.8


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