ports/sysutils/metalog/files/patch-src__metalog.c
Dmitry Marakasov 676783ef20 - Switch to options helpers
- Regenerate patches with `make makepatch`
2016-03-26 01:07:08 +00:00

12 lines
288 B
C

--- src/metalog.c.orig 2012-08-18 16:19:00 UTC
+++ src/metalog.c
@@ -6,6 +6,9 @@
#ifdef WITH_DMALLOC
# include <dmalloc.h>
#endif
+#if defined(__FreeBSD__) || defined(__DragonFly__)
+#define fflush_unlocked fflush
+#endif
static int spawn_recursion = 0;
static int dolog_queue[2];