aboutsummaryrefslogtreecommitdiff
path: root/security/bro
diff options
context:
space:
mode:
authorThomas Abthorpe <tabthorpe@FreeBSD.org>2013-10-25 15:02:57 +0000
committerThomas Abthorpe <tabthorpe@FreeBSD.org>2013-10-25 15:02:57 +0000
commitb29113ab0d05f4bf1d83a5764eeff56a04f51b5a (patch)
treeca5be783e8dc2fd3f4b4fbbd5a70546eac589419 /security/bro
parent0f46014d4fdfeb3d8134c155603ec9aa46d8aac8 (diff)
downloadports-b29113ab0d05f4bf1d83a5764eeff56a04f51b5a.tar.gz
ports-b29113ab0d05f4bf1d83a5764eeff56a04f51b5a.zip
Notes
Diffstat (limited to 'security/bro')
-rw-r--r--security/bro/files/patch-src-logging-Manager.cc10
1 files changed, 10 insertions, 0 deletions
diff --git a/security/bro/files/patch-src-logging-Manager.cc b/security/bro/files/patch-src-logging-Manager.cc
new file mode 100644
index 000000000000..8aaa2bc74af9
--- /dev/null
+++ b/security/bro/files/patch-src-logging-Manager.cc
@@ -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"