projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
048f6b4
)
using _exit in fork() (Kamo Hiroyasu)
author
bellard
<bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 26 Nov 2005 20:10:07 +0000
(20:10 +0000)
committer
bellard
<bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 26 Nov 2005 20:10:07 +0000
(20:10 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1669
c046a42c
-6fe2-441c-8c8c-
71466251a162
vl.c
patch
|
blob
|
history
diff --git
a/vl.c
b/vl.c
index 4f19dd0f0e604a87f0f7a7cddb3931176da1f94e..06d41c15c6dd13cee4ea67c95d9dca32b6488cec 100644
(file)
--- a/
vl.c
+++ b/
vl.c
@@
-2099,7
+2099,7
@@
static int net_tap_init(VLANState *vlan, const char *ifname1,
*parg++ = ifname;
*parg++ = NULL;
execv(setup_script, args);
- exit(1);
+
_
exit(1);
}
while (waitpid(pid, &status, 0) != pid);
if (!WIFEXITED(status) ||