diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-02-06 08:29:59 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-02-06 08:29:59 +0000 |
commit | 6435584b277f42a1327c3f8dc729bc49154ea1b6 (patch) | |
tree | 0d732e0b45f77ed68d3c4b97c6b9865a10e055c0 /devel/libbonobo | |
parent | 7b2b4d4d319cf00d9ea634902cb560e405200215 (diff) |
Notes
Diffstat (limited to 'devel/libbonobo')
-rw-r--r-- | devel/libbonobo/files/patch-bonobo-activation::bonobo-activation-fork-server.c | 11 |
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) { |