mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 06:10:30 -04:00
12 lines
288 B
C
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];
|