patch-libclamav_clamav_h 455 B

123456789101112131415
  1. $OpenBSD: patch-libclamav_clamav_h,v 1.1 2017/05/25 13:28:27 espie Exp $
  2. Index: libclamav/clamav.h
  3. --- libclamav/clamav.h.orig
  4. +++ libclamav/clamav.h
  5. @@ -34,7 +34,7 @@
  6. /* Certain OSs already use 64bit variables in their stat struct */
  7. #define STAT64_BLACKLIST !defined(__FreeBSD__) && !defined(__APPLE__)
  8. -#if defined(HAVE_STAT64) && STAT64_BLACKLIST
  9. +#if defined(HAVE_STAT64) && !defined(__FreeBSD__) && !defined(__APPLE__)
  10. #include <unistd.h>