ports/net/wpa_gui/files/patch-src_utils_os__unix.c
Jason E. Hale a4a67c8d18 Add qt4-imageformats runtime dependency so tray icon appears
While here:
Remake patches with "make makepatch"

PR:		213783
Submitted by:	<rs.os@t-online.de>
2016-11-03 09:18:03 +00:00

13 lines
245 B
C

--- src/utils/os_unix.c.orig 2015-09-27 19:02:05 UTC
+++ src/utils/os_unix.c
@@ -23,6 +23,10 @@
#include <mach/mach_time.h>
#endif /* __MACH__ */
+#ifdef __FreeBSD__
+#define fdatasync fsync
+#endif
+
#include "os.h"
#include "common.h"