diff options
author | Cy Schubert <cy@FreeBSD.org> | 2022-01-17 08:15:43 -0800 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2022-01-17 09:00:45 -0800 |
commit | f5e549a9f44e992c0a2f34b2f7686198f5590bad (patch) | |
tree | 9b0e1cf8c46cad91f4194e91cfe76851f80e5c4e /net/hostapd/files/patch-src_utils_os__unix.c | |
parent | security/wpa_supplicant: Update to 2.10 (diff) |
net/hostapd: Update to 2.10
The long awaited hostapd 2.10 is finally here.
Diffstat (limited to 'net/hostapd/files/patch-src_utils_os__unix.c')
-rw-r--r-- | net/hostapd/files/patch-src_utils_os__unix.c | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/net/hostapd/files/patch-src_utils_os__unix.c b/net/hostapd/files/patch-src_utils_os__unix.c deleted file mode 100644 index c56eee136a44..000000000000 --- a/net/hostapd/files/patch-src_utils_os__unix.c +++ /dev/null @@ -1,18 +0,0 @@ ---- src/utils/os_unix.c.orig 2015-09-27 19:02:05 UTC -+++ src/utils/os_unix.c -@@ -442,6 +442,7 @@ int os_file_exists(const char *fname) - } - - -+#if !defined __FreeBSD__ && !defined __DragonFly__ - int os_fdatasync(FILE *stream) - { - if (!fflush(stream)) { -@@ -459,6 +460,7 @@ int os_fdatasync(FILE *stream) - - return -1; - } -+#endif - - - #ifndef WPA_TRACE |