~ubuntu-branches/ubuntu/raring/smartmontools/raring

« back to all changes in this revision

Viewing changes to cciss.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Giuseppe Iuculano
  • Date: 2010-07-13 13:16:54 UTC
  • mfrom: (2.2.13 sid)
  • Revision ID: james.westby@ubuntu.com-20100713131654-k5wd1maqujl2uufp
Tags: 5.39.1+svn3124-1
* [1e46e09] Set state and attribute file directory to
  /var/lib/smartmontools/ (Closes: #582158)
* [e20147c] Don't warn about being disabled unless verbose (Closes: #583386)
* [3390c07] Fixed example path in man pages (Closes: #588134)
* [e9583e0] Imported Upstream version 5.39.1+svn3124
* [789e123] Refreshed patches
* [cbecf14] Bump to Standards-Version 3.9.0, no changes needed

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
#    define _HAVE_CCISS
15
15
#  endif
16
16
#  include <asm/byteorder.h>
17
 
#  define be32toh __be32_to_cpu
 
17
#  ifndef be32toh
 
18
#    define be32toh __be32_to_cpu
 
19
#  endif
18
20
#elif defined(__FreeBSD__) && defined(HAVE_DEV_CISS_CISSIO_H)
19
21
#  include <sys/endian.h>
20
22
#  include <dev/ciss/cissio.h>