Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Sep 2013 14:14:43 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r328364 - head/net/ostinato/files
Message-ID:  <201309261414.r8QEEhsK057797@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Thu Sep 26 14:14:43 2013
New Revision: 328364
URL: http://svnweb.freebsd.org/changeset/ports/328364

Log:
  Fix build on head with clang and libc++.

Added:
  head/net/ostinato/files/
  head/net/ostinato/files/patch-server_bsdport.cpp   (contents, props changed)

Added: head/net/ostinato/files/patch-server_bsdport.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/ostinato/files/patch-server_bsdport.cpp	Thu Sep 26 14:14:43 2013	(r328364)
@@ -0,0 +1,10 @@
+--- server/bsdport.cpp.orig	2013-09-26 14:38:39.469745242 +0200
++++ server/bsdport.cpp	2013-09-26 14:39:17.060742773 +0200
+@@ -26,6 +26,7 @@
+ #include <QTime>
+ 
+ #include <errno.h>
++#include <unistd.h>
+ #include <sys/ioctl.h>
+ #include <sys/socket.h>
+ #include <sys/stat.h>



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