diff options
author | John Marino <marino@FreeBSD.org> | 2016-09-30 20:14:32 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-09-30 20:14:32 +0000 |
commit | 57ed9d447cd3dcad3783294ac0db11345dcb3cd3 (patch) | |
tree | 480be3bdde30dcde39eecd5f4049d2649a05b2c8 /net/hostapd | |
parent | Update to version 1.11.4 (diff) |
net/hostapd: Update os_unix.h to follow os_unix.c change
For completeness, make update os_unix.h patch to match the previous
commit to os_unix.c (no impact for FreeBSD)
Diffstat (limited to 'net/hostapd')
-rw-r--r-- | net/hostapd/files/patch-src_utils_os.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/hostapd/files/patch-src_utils_os.h b/net/hostapd/files/patch-src_utils_os.h index fb6e7f50e74e..e92661256d5f 100644 --- a/net/hostapd/files/patch-src_utils_os.h +++ b/net/hostapd/files/patch-src_utils_os.h @@ -4,7 +4,7 @@ */ int os_file_exists(const char *fname); -+#ifndef __FreeBSD__ ++#if !defined __FreeBSD__ && !defined __DragonFly__ /** * os_fdatasync - Sync a file's (for a given stream) state with storage device * @stream: the stream to be flushed |