Diff for /libelwix/inc/global.h between versions 1.5 and 1.6

version 1.5, 2015/06/25 17:53:49 version 1.6, 2016/05/18 12:47:42
Line 12  terms: Line 12  terms:
 All of the documentation and software included in the ELWIX and AITNET  All of the documentation and software included in the ELWIX and AITNET
 Releases is copyrighted by ELWIX - Sofia/Bulgaria <info@elwix.org>  Releases is copyrighted by ELWIX - Sofia/Bulgaria <info@elwix.org>
   
Copyright 2004 - 2015Copyright 2004 - 2016
         by Michael Pounov <misho@elwix.org>.  All rights reserved.          by Michael Pounov <misho@elwix.org>.  All rights reserved.
   
 Redistribution and use in source and binary forms, with or without  Redistribution and use in source and binary forms, with or without
Line 64  SUCH DAMAGE. Line 64  SUCH DAMAGE.
 #include <assert.h>  #include <assert.h>
 #include <paths.h>  #include <paths.h>
 #include <sys/types.h>  #include <sys/types.h>
#include <sys/param.h>#ifndef __linux__
 #include <sys/stdint.h>  #include <sys/stdint.h>
#include <sys/queue.h>#else
 #include <stdint.h>
 #include <net/if_arp.h>
 #endif
 #include <sys/param.h>
 #include <sys/wait.h>  #include <sys/wait.h>
#ifndef __OpenBSD__#include <sys/ioctl.h>
 #include <net/if.h>
 #if !defined(__OpenBSD__) && !defined(__linux__)
 #include <sys/endian.h>  #include <sys/endian.h>
 #endif  #endif
   

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


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