Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Oct 2013 15:02:57 +0000 (UTC)
From:      Thomas Abthorpe <tabthorpe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r331593 - head/security/bro/files
Message-ID:  <201310251502.r9PF2vwB005100@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tabthorpe
Date: Fri Oct 25 15:02:57 2013
New Revision: 331593
URL: http://svnweb.freebsd.org/changeset/ports/331593

Log:
  - Fix build with clang
  
  PR:		ports/183279
  Submitted by:	Craig Leres <leres@ee.lbl.gov> (maintainer)

Added:
  head/security/bro/files/patch-src-logging-Manager.cc   (contents, props changed)

Added: head/security/bro/files/patch-src-logging-Manager.cc
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/bro/files/patch-src-logging-Manager.cc	Fri Oct 25 15:02:57 2013	(r331593)
@@ -0,0 +1,10 @@
+--- src/logging/Manager.cc.orig	2013-10-24 11:44:30.000000000 -0700
++++ src/logging/Manager.cc	2013-10-24 11:45:09.000000000 -0700
+@@ -1,6 +1,7 @@
+ // See the file "COPYING" in the main distribution directory for copyright.
+ 
+ #include <algorithm>
++#include <unistd.h>				/* pick up usleep() prototype */
+ 
+ #include "../Event.h"
+ #include "../EventHandler.h"



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