1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/net/wpa_gui/files/patch-os_unix.c
Guido Falsi d11bb6e534 - Update to 2.5
- Update MASTER_SITES and WWW
- Add LICENSE

PR:		203483
Submitted by:	Ports Fury
2015-10-08 09:11:15 +00:00

14 lines
257 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"