patch-mono_profiler_decode_c 442 B

12345678910111213
  1. $OpenBSD: patch-mono_profiler_decode_c,v 1.3 2016/10/31 11:45:07 robert Exp $
  2. --- mono/profiler/decode.c.orig Tue Oct 11 14:53:48 2016
  3. +++ mono/profiler/decode.c Mon Oct 31 11:32:04 2016
  4. @@ -59,7 +59,7 @@
  5. #include <string.h>
  6. #include <assert.h>
  7. #include <stdio.h>
  8. -#if !defined(__APPLE__) && !defined(__FreeBSD__)
  9. +#if !defined(__APPLE__) && !defined(__FreeBSD__) && !defined(__OpenBSD__)
  10. #include <malloc.h>
  11. #endif
  12. #include <unistd.h>