commit | 44f96d39e166394e817bc9bcb7da6c9ab278efc7 | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Sun Nov 09 02:23:42 2008 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Sun Nov 09 02:23:42 2008 +0000 |
tree | f6c4139c4d6e41ba9785c577d1405bd7d780e8cd | |
parent | 6d0443557c96dc130d96931007b4d82a2d97bafc [diff] [blame] |
randomconfig fixes
diff --git a/mailutils/mime.c b/mailutils/mime.c index b81cfd5..bda727b 100644 --- a/mailutils/mime.c +++ b/mailutils/mime.c
@@ -221,7 +221,7 @@ if (opts & OPT_X) { int fd[2]; xpipe(fd); - pid = fork(); + pid = vfork(); if (0 == pid) { // child reads from fd[0] xdup2(fd[0], STDIN_FILENO);