Diff for /embedaddon/smartmontools/cciss.cpp between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 16:32:16 version 1.1.1.2, 2013/07/22 01:17:35
Line 24 Line 24
 #  define _HAVE_CCISS  #  define _HAVE_CCISS
 #elif defined(__FreeBSD_kernel__)  #elif defined(__FreeBSD_kernel__)
 #  include <endian.h>  #  include <endian.h>
   #  ifdef __GLIBC__
   #  include <bsd/sys/cdefs.h>
   #  include <stdint.h>
   #  endif
 #  include CISS_LOCATION  #  include CISS_LOCATION
 #  define _HAVE_CCISS  #  define _HAVE_CCISS
 #endif  #endif

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


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