Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Sep 2016 20:14:33 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r423019 - head/net/hostapd/files
Message-ID:  <201609302014.u8UKEXU0019017@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609302014.u8UKEXU0019017>