View | Details | Raw Unified | Return to bug 243547
Collapse All | Expand All

(-)sysutils/metalog/files/patch-src__metalog.c (-1 / +1 lines)
Lines 4-10 Link Here
4
 #ifdef WITH_DMALLOC
4
 #ifdef WITH_DMALLOC
5
 # include <dmalloc.h>
5
 # include <dmalloc.h>
6
 #endif
6
 #endif
7
+#if defined(__FreeBSD__) || defined(__DragonFly__)
7
+#if (defined(__FreeBSD__) || defined(__DragonFly__)) && !defined(fflush_unlocked)
8
+#define fflush_unlocked fflush
8
+#define fflush_unlocked fflush
9
+#endif
9
+#endif
10
 
10
 

Return to bug 243547