aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2016-10-01 04:14:32 +0800
committermarino <marino@FreeBSD.org>2016-10-01 04:14:32 +0800
commitd0c0ac388a7d6a63b32d5393fd639c7eb1cf1971 (patch)
tree480be3bdde30dcde39eecd5f4049d2649a05b2c8 /net
parentdc0c3a341c9f7e4ddbfdf782ac4c4e553892e159 (diff)
downloadfreebsd-ports-gnome-d0c0ac388a7d6a63b32d5393fd639c7eb1cf1971.tar.gz
freebsd-ports-gnome-d0c0ac388a7d6a63b32d5393fd639c7eb1cf1971.tar.zst
freebsd-ports-gnome-d0c0ac388a7d6a63b32d5393fd639c7eb1cf1971.zip
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')
-rw-r--r--net/hostapd/files/patch-src_utils_os.h2
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