Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Apr 2016 17:08:14 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r413220 - head/devel/ds2/files
Message-ID:  <201604131708.u3DH8Ecn020266@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Apr 13 17:08:14 2016
New Revision: 413220
URL: https://svnweb.freebsd.org/changeset/ports/413220

Log:
  - Fix build on 11.x by adding missing include (upstream already did the same fix)
  
  Approved by:	portmgr blanket

Added:
  head/devel/ds2/files/
  head/devel/ds2/files/patch-Sources_Host_POSIX_Platform.cpp   (contents, props changed)

Added: head/devel/ds2/files/patch-Sources_Host_POSIX_Platform.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/ds2/files/patch-Sources_Host_POSIX_Platform.cpp	Wed Apr 13 17:08:14 2016	(r413220)
@@ -0,0 +1,10 @@
+--- Sources/Host/POSIX/Platform.cpp.orig	2015-10-28 07:56:02 UTC
++++ Sources/Host/POSIX/Platform.cpp
+@@ -12,6 +12,7 @@
+ #include "DebugServer2/Host/Platform.h"
+ #include "DebugServer2/Utils/Log.h"
+ 
++#include <cerrno>
+ #include <cstring>
+ #include <fcntl.h>
+ #include <grp.h>



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