svn commit: r423019 - head/net/hostapd/files

John Marino marino at FreeBSD.org
Fri Sep 30 20:14:34 UTC 2016


Author: marino
Date: Fri Sep 30 20:14:32 2016
New Revision: 423019
URL: https://svnweb.freebsd.org/changeset/ports/423019

Log:
  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)

Modified:
  head/net/hostapd/files/patch-src_utils_os.h

Modified: head/net/hostapd/files/patch-src_utils_os.h
==============================================================================
--- head/net/hostapd/files/patch-src_utils_os.h	Fri Sep 30 19:45:50 2016	(r423018)
+++ head/net/hostapd/files/patch-src_utils_os.h	Fri Sep 30 20:14:32 2016	(r423019)
@@ -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


More information about the svn-ports-head mailing list