d7ffacf681
Release notes available at: http://www.gnome.org/start/2.4/notes/ Please note that x11/gnome/bonobo-activation is now part of libbonobo
13 lines
571 B
Plaintext
13 lines
571 B
Plaintext
$OpenBSD: patch-bonobo-activation_bonobo-activation-fork-server_c,v 1.1 2003/10/07 05:48:54 marcm Exp $
|
|
--- bonobo-activation/bonobo-activation-fork-server.c.orig 2003-09-09 13:12:20.000000000 -0700
|
|
+++ bonobo-activation/bonobo-activation-fork-server.c 2003-09-09 13:13:06.000000000 -0700
|
|
@@ -380,6 +380,8 @@ bonobo_activation_server_by_forking (
|
|
} 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) {
|