found 537856 5.38+svn2879-3
thanks

Hi Petr,

Petr Salinger ha scritto:
> found 537856 5.38+svn2879-1
> found 537856 5.38+svn2879-2
> -- 
> 
> Hi,
> 
> two more problems with current snapshot.
> 
> 1) The os_freebsd.cpp uses reallocf(), which is specific for *BSD libc.
> See http://leaf.dragonflybsd.org/cgi/web-man?command=reallocf&section=3
> 
> Please, could you add implementation directly into os_freebsd.cpp
> for GLIBC based systems - patch is bellow.
> 
> 2) This part of original submission is not included upstream:
> 
> --- smartmontools-5.38.orig/cciss.cpp
> +++ smartmontools-5.38/cciss.cpp
> @@ -19,6 +19,10 @@
>  #  include <sys/endian.h>
>  #  include <dev/ciss/cissio.h>
>  #  define _HAVE_CCISS
> +#elif defined(__FreeBSD_kernel__) && defined(HAVE_DEV_CISS_CISSIO_H)
> +#  include <endian.h>
> +#  include <dev/ciss/cissio.h>
> +#  define _HAVE_CCISS
>  #endif
> 
> 
> Thanks again.

Ok, I will upload a new revision soon, thanks.

Cheers,
Giuseppe


Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to