summaryrefslogtreecommitdiff
path: root/devel/libbobcat/files/patch-process-process.ih
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2009-03-09 16:22:04 +0000
committerGabor Pali <pgj@FreeBSD.org>2009-03-09 16:22:04 +0000
commitb2208169f576d23dadda570f5ba5da3cae695919 (patch)
tree16db7720885f8aaee7220a9b53ac1dccb6e5cdba /devel/libbobcat/files/patch-process-process.ih
parent- Update to 2.13.2 (diff)
Bobcat is an acronym of `Brokken's Own Base Classes And Templates'. It
is a shared library implementing C++ classes that are frequently used in software developed by Frank Brokken. Frank's existing programs will depend on `bobcat' in the near future. WWW: http://bobcat.sourceforge.net/ Approved by: tabthorpe
Notes
Notes: svn path=/head/; revision=229761
Diffstat (limited to 'devel/libbobcat/files/patch-process-process.ih')
-rw-r--r--devel/libbobcat/files/patch-process-process.ih10
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/libbobcat/files/patch-process-process.ih b/devel/libbobcat/files/patch-process-process.ih
new file mode 100644
index 000000000000..60a2ea0bb0d2
--- /dev/null
+++ b/devel/libbobcat/files/patch-process-process.ih
@@ -0,0 +1,10 @@
+--- process/process.ih.orig 2008-11-03 16:24:04.000000000 +0100
++++ process/process.ih 2009-03-04 12:19:54.000000000 +0100
+@@ -6,6 +6,7 @@
+ #include <sys/types.h>
+ // #include <sys/stat.h>
+ #include <sys/wait.h>
++#include <signal.h>
+
+ #include <bobcat/errno>
+ #include <bobcat/redirector>