]> git.proxmox.com Git - mirror_smartmontools-debian.git/commitdiff
Fixed FTBFS in kfreebsd
authorGiuseppe Iuculano <iuculano@debian.org>
Mon, 16 Jul 2012 10:00:06 +0000 (12:00 +0200)
committerGiuseppe Iuculano <iuculano@debian.org>
Mon, 16 Jul 2012 10:00:06 +0000 (12:00 +0200)
Closes: #677393
Thanks: Petr Salinger

debian/patches/kfreebsd.patch

index 585169da96ccb8661683db3756cd2c8a076e7693..cdd8f55e8764c41a72c9d140a0c76f5766e328ef 100644 (file)
  #  include CISS_LOCATION
  #  define _HAVE_CCISS
  #endif
+--- a/os_freebsd.cpp
++++ b/os_freebsd.cpp
+@@ -466,6 +466,7 @@ protected:
+ private:
+   int m_escalade_type; ///< Type string for escalade_command_interface().
+   int m_disknum; ///< Disk number.
++  int m_encnum;  ///< Enclosure number.
+ };
+ freebsd_escalade_device::freebsd_escalade_device(smart_interface * intf, const char * dev_name,