aboutsummaryrefslogtreecommitdiff
path: root/devel/libbonobo
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2005-02-06 08:29:59 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2005-02-06 08:29:59 +0000
commit6435584b277f42a1327c3f8dc729bc49154ea1b6 (patch)
tree0d732e0b45f77ed68d3c4b97c6b9865a10e055c0 /devel/libbonobo
parent7b2b4d4d319cf00d9ea634902cb560e405200215 (diff)
downloadports-6435584b277f42a1327c3f8dc729bc49154ea1b6.tar.gz
ports-6435584b277f42a1327c3f8dc729bc49154ea1b6.zip
Notes
Diffstat (limited to 'devel/libbonobo')
-rw-r--r--devel/libbonobo/files/patch-bonobo-activation::bonobo-activation-fork-server.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/libbonobo/files/patch-bonobo-activation::bonobo-activation-fork-server.c b/devel/libbonobo/files/patch-bonobo-activation::bonobo-activation-fork-server.c
deleted file mode 100644
index db8d816a89d2..000000000000
--- a/devel/libbonobo/files/patch-bonobo-activation::bonobo-activation-fork-server.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- bonobo-activation/bonobo-activation-fork-server.c.orig Fri Oct 18 06:15:11 2002
-+++ bonobo-activation/bonobo-activation-fork-server.c Sat Oct 19 15:35:03 2002
-@@ -364,6 +364,8 @@
- } else if ((childpid = fork ())) {
- _exit (0); /* de-zombifier process, just exit */
- } else {
-+ sigprocmask (SIG_SETMASK, &omask, NULL);
-+
- setenv_activation_environment (environment);
-
- if (od_iorstr != NULL) {